messages for inter-controller overlay connect
authorSree Harsha Totakura <totakura@in.tum.de>
Fri, 14 Sep 2012 12:48:05 +0000 (12:48 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Fri, 14 Sep 2012 12:48:05 +0000 (12:48 +0000)
src/include/gnunet_protocols.h

index bec89ad648255295f2e9a0c7920ac65fd3eeca2b..b3b5e4f402a19cb5228240f18ee342512d3417e0 100644 (file)
@@ -1227,7 +1227,7 @@ extern "C"
 #define GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON 384
 
 /*******************************************************************************
- * STREAM LIRBRARY MESSAGES
+ * STREAM messages types
  ******************************************************************************/
 
 /**
@@ -1525,11 +1525,22 @@ extern "C"
  */
 #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