From 068074d09c4df9a04103f6c1f01b6933c4237a96 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 14 Jun 2012 16:44:26 +0000 Subject: [PATCH] - new mesh local messages --- src/include/gnunet_protocols.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 6e7007a45..b52303c7f 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -825,6 +825,21 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_ADD_BY_TYPE 277 +/** + * Ask the mesh service to add a peer described by a service string + */ +#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_ADD_BY_STRING 278 + +/** + * Ask the mesh service to add a peer to the blacklist of an existing tunnel + */ +#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_BLACKLIST 279 + +/** + * Ask the mesh service to remove a peer from the blacklist of a tunnel + */ +#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_UNBLACKLIST 280 + /** * 640kb should be enough for everybody */ -- 2.25.1