From: Bart Polot Date: Tue, 18 Oct 2011 17:28:06 +0000 (+0000) Subject: Added new message types X-Git-Tag: initial-import-from-subversion-38251~16416 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5126b8a86522e7808c8827956fbc5d9071cdc6eb;p=oweals%2Fgnunet.git Added new message types --- diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index d65a91911..59cdf9fe3 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -829,6 +829,16 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE 264 +/** + * Request the destuction of a path + */ +#define GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY 265 + +/** + * Request the destruction of a whole tunnel + */ +#define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY 266 + /** * We need flow control */