Added new message types
authorBart Polot <bart@net.in.tum.de>
Tue, 18 Oct 2011 17:28:06 +0000 (17:28 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 18 Oct 2011 17:28:06 +0000 (17:28 +0000)
src/include/gnunet_protocols.h

index d65a91911aa79361c8b5176835989cda30551f1e..59cdf9fe3ce5796968fc0154ceb5d5cd76eb4553 100644 (file)
@@ -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
  */