aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 3f19881a3..eb09a44ab 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1595,10 +1595,21 @@ extern "C"
1595#define GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS_RESULT 482 1595#define GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS_RESULT 482
1596 1596
1597/** 1597/**
1598 * A controller receiving this message floods it to its directly-connected
1599 * sub-controllers and then stops and destroys all peers
1600 */
1601#define GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS 483
1602
1603/**
1604 * The result of the shutdown peers operation
1605 */
1606#define GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS_RESULT 484
1607
1608/**
1598 * Not really a message, but for careful checks on the testbed messages; Should 1609 * Not really a message, but for careful checks on the testbed messages; Should
1599 * always be the maximum and never be used to send messages with this type 1610 * always be the maximum and never be used to send messages with this type
1600 */ 1611 */
1601#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 483 1612#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 485
1602 1613
1603/** 1614/**
1604 * The initialization message towards gnunet-testbed-helper 1615 * The initialization message towards gnunet-testbed-helper
@@ -1611,9 +1622,9 @@ extern "C"
1611#define GNUNET_MESSAGE_TYPE_TESTBED_HELPER_REPLY 496 1622#define GNUNET_MESSAGE_TYPE_TESTBED_HELPER_REPLY 496
1612 1623
1613 1624
1614/** 1625/******************************************************************************
1615 * GNS. FIXME: document! 1626 * GNS. FIXME: document!
1616 */ 1627 *****************************************************************************/
1617#define GNUNET_MESSAGE_TYPE_GNS_LOOKUP 500 1628#define GNUNET_MESSAGE_TYPE_GNS_LOOKUP 500
1618 1629
1619#define GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT 501 1630#define GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT 501