From: Bart Polot Date: Thu, 14 Jun 2012 16:44:26 +0000 (+0000) Subject: - new mesh local messages X-Git-Tag: initial-import-from-subversion-38251~13059 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=068074d09c4df9a04103f6c1f01b6933c4237a96;p=oweals%2Fgnunet.git - new mesh local messages --- 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 */