aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h10
1 files changed, 10 insertions, 0 deletions
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
@@ -830,6 +830,16 @@ extern "C"
830#define GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE 264 830#define GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE 264
831 831
832/** 832/**
833 * Request the destuction of a path
834 */
835#define GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY 265
836
837/**
838 * Request the destruction of a whole tunnel
839 */
840#define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY 266
841
842/**
833 * We need flow control 843 * We need flow control
834 */ 844 */
835#define GNUNET_MESSAGE_TYPE_MESH_SPEED_NOTIFY 270 845#define GNUNET_MESSAGE_TYPE_MESH_SPEED_NOTIFY 270