From fb705a27cf904cffec275d2eef10fe41fe4a5a38 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 14 Sep 2012 12:48:05 +0000 Subject: [PATCH] messages for inter-controller overlay connect --- src/include/gnunet_protocols.h | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index bec89ad64..b3b5e4f40 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -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 -- 2.25.1