aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-08-30 14:55:13 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-08-30 14:55:13 +0000
commit5e1efe185cf484018f53dd33d64e546ac042fdee (patch)
treee1369e8e1a239426d4ba2d81bb31571bbd4f82eb /src/include/gnunet_protocols.h
parent7d8d536bbaa0f72587552af517f643e3c05e7a6f (diff)
downloadgnunet-5e1efe185cf484018f53dd33d64e546ac042fdee.tar.gz
gnunet-5e1efe185cf484018f53dd33d64e546ac042fdee.zip
- towards testbed barriers
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 04745c5f9..a52727f4d 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1566,10 +1566,27 @@ extern "C"
1566#define GNUNET_MESSAGE_TYPE_TESTBED_MANAGE_PEER_SERVICE 483 1566#define GNUNET_MESSAGE_TYPE_TESTBED_MANAGE_PEER_SERVICE 483
1567 1567
1568/** 1568/**
1569 * Message to initialise a barrier. Messages of these type are flooded to all
1570 * sub-controllers
1571 */
1572#define GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_INIT 484
1573
1574/**
1575 * Message for signalling status of a barrier
1576 */
1577#define GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_STATUS 485
1578
1579/**
1580 * Message sent by a peer when it has reached a barrier and is waiting for it to
1581 * be crossed
1582 */
1583#define GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_WAIT 486
1584
1585/**
1569 * Not really a message, but for careful checks on the testbed messages; Should 1586 * Not really a message, but for careful checks on the testbed messages; Should
1570 * always be the maximum and never be used to send messages with this type 1587 * always be the maximum and never be used to send messages with this type
1571 */ 1588 */
1572#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 484 1589#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 487
1573 1590
1574/** 1591/**
1575 * The initialization message towards gnunet-testbed-helper 1592 * The initialization message towards gnunet-testbed-helper