aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-09-02 14:25:54 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-09-02 14:25:54 +0000
commit6ea7ba4bfcd11cbfc0b828f12d881f983d277bc7 (patch)
tree1de1beff9a9c31428c01e2cb896a0e82fe1bd274 /src/include/gnunet_protocols.h
parentc9b0b7850190a2deec71bc8029a8db58ad809fd5 (diff)
downloadgnunet-6ea7ba4bfcd11cbfc0b828f12d881f983d277bc7.tar.gz
gnunet-6ea7ba4bfcd11cbfc0b828f12d881f983d277bc7.zip
- more barrier code
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a52727f4d..f7e65536b 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1572,21 +1572,26 @@ extern "C"
1572#define GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_INIT 484 1572#define GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_INIT 484
1573 1573
1574/** 1574/**
1575 * Message to cancel a barrier. This message is flooded to all sub-controllers
1576 */
1577#define GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_CANCEL 485
1578
1579/**
1575 * Message for signalling status of a barrier 1580 * Message for signalling status of a barrier
1576 */ 1581 */
1577#define GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_STATUS 485 1582#define GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_STATUS 486
1578 1583
1579/** 1584/**
1580 * Message sent by a peer when it has reached a barrier and is waiting for it to 1585 * Message sent by a peer when it has reached a barrier and is waiting for it to
1581 * be crossed 1586 * be crossed
1582 */ 1587 */
1583#define GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_WAIT 486 1588#define GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_WAIT 487
1584 1589
1585/** 1590/**
1586 * Not really a message, but for careful checks on the testbed messages; Should 1591 * Not really a message, but for careful checks on the testbed messages; Should
1587 * always be the maximum and never be used to send messages with this type 1592 * always be the maximum and never be used to send messages with this type
1588 */ 1593 */
1589#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 487 1594#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 488
1590 1595
1591/** 1596/**
1592 * The initialization message towards gnunet-testbed-helper 1597 * The initialization message towards gnunet-testbed-helper