gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17592 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r17592 - gnunet/src/include
Date: Tue, 18 Oct 2011 19:28:06 +0200

Author: bartpolot
Date: 2011-10-18 19:28:06 +0200 (Tue, 18 Oct 2011)
New Revision: 17592

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
Added new message types

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2011-10-18 17:06:44 UTC (rev 
17591)
+++ gnunet/src/include/gnunet_protocols.h       2011-10-18 17:28:06 UTC (rev 
17592)
@@ -830,6 +830,16 @@
 #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
  */
 #define GNUNET_MESSAGE_TYPE_MESH_SPEED_NOTIFY           270




reply via email to

[Prev in Thread] Current Thread [Next in Thread]