aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-14 12:48:05 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-14 12:48:05 +0000
commitfb705a27cf904cffec275d2eef10fe41fe4a5a38 (patch)
tree8d52571d2edd9f6305d905e01e901aa926d3f9c6 /src/include
parent929da264a0eb0375c4eab1bb64794137b246451d (diff)
downloadgnunet-fb705a27cf904cffec275d2eef10fe41fe4a5a38.tar.gz
gnunet-fb705a27cf904cffec275d2eef10fe41fe4a5a38.zip
messages for inter-controller overlay connect
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h15
1 files 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"
1227#define GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON 384 1227#define GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON 384
1228 1228
1229/******************************************************************************* 1229/*******************************************************************************
1230 * STREAM LIRBRARY MESSAGES 1230 * STREAM messages types
1231 ******************************************************************************/ 1231 ******************************************************************************/
1232 1232
1233/** 1233/**
@@ -1526,10 +1526,21 @@ extern "C"
1526#define GNUNET_MESSAGE_TYPE_TESTBED_PEERCONFIG 478 1526#define GNUNET_MESSAGE_TYPE_TESTBED_PEERCONFIG 478
1527 1527
1528/** 1528/**
1529 * Message to request a controller to make one of its peer to connect to another
1530 * peer using the contained HELLO
1531 */
1532#define GNUNET_MESSAGE_TYPE_TESTBED_REQUESTCONNECT 479
1533
1534/**
1535 * Message to cancel a REQUESTCONNECT request
1536 */
1537#define GNUNET_MESSAGE_TYPE_TESTBED_REQUESTCONNECTCANCEL 480
1538
1539/**
1529 * Not really a message, but for careful checks on the testbed messages; Should 1540 * Not really a message, but for careful checks on the testbed messages; Should
1530 * always be the maximum and never be used to send messages with this type 1541 * always be the maximum and never be used to send messages with this type
1531 */ 1542 */
1532#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 479 1543#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 481
1533 1544
1534/** 1545/**
1535 * The initialization message towards gnunet-testbed-helper 1546 * The initialization message towards gnunet-testbed-helper