aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-18 17:28:06 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-18 17:28:06 +0000
commit5126b8a86522e7808c8827956fbc5d9071cdc6eb (patch)
treef28b0d6ce88aee8cd2bbc8bdeaca63871abe404b
parent4a24e0518d613f184dd71658c7041b7f1913703c (diff)
downloadgnunet-5126b8a86522e7808c8827956fbc5d9071cdc6eb.tar.gz
gnunet-5126b8a86522e7808c8827956fbc5d9071cdc6eb.zip
Added new message types
-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