gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23803 - gnunet/src/include
Date: Fri, 14 Sep 2012 14:48:05 +0200

Author: harsha
Date: 2012-09-14 14:48:05 +0200 (Fri, 14 Sep 2012)
New Revision: 23803

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
messages for inter-controller overlay connect

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2012-09-14 12:46:50 UTC (rev 
23802)
+++ gnunet/src/include/gnunet_protocols.h       2012-09-14 12:48:05 UTC (rev 
23803)
@@ -1227,7 +1227,7 @@
 #define GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON 384
 
 
/*******************************************************************************
- * STREAM LIRBRARY MESSAGES
+ * STREAM messages types
  
******************************************************************************/
 
 /**
@@ -1526,10 +1526,21 @@
 #define GNUNET_MESSAGE_TYPE_TESTBED_PEERCONFIG 478
 
 /**
+ * Message to request a controller to make one of its peer to connect to 
another
+ * peer using the contained HELLO
+ */
+#define GNUNET_MESSAGE_TYPE_TESTBED_REQUESTCONNECT 479
+
+/**
+ * Message to cancel a REQUESTCONNECT request
+ */
+#define GNUNET_MESSAGE_TYPE_TESTBED_REQUESTCONNECTCANCEL 480
+
+/**
  * Not really a message, but for careful checks on the testbed messages; Should
  * always be the maximum and never be used to send messages with this type
  */
-#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 479
+#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 481
 
 /**
  * The initialization message towards gnunet-testbed-helper




reply via email to

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