From 5126b8a86522e7808c8827956fbc5d9071cdc6eb Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 18 Oct 2011 17:28:06 +0000 Subject: [PATCH] Added new message types --- src/include/gnunet_protocols.h | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 */ -- 2.25.1