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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index df123ceb1..3c05182db 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1552,10 +1552,16 @@ extern "C"
1552#define GNUNET_MESSAGE_TYPE_TESTBED_SLAVECONFIG 482 1552#define GNUNET_MESSAGE_TYPE_TESTBED_SLAVECONFIG 482
1553 1553
1554/** 1554/**
1555 * Message which is sent from a controller to the testbed API seeking the configuration
1556 * of the host whose id is contained in the message.
1557 */
1558#define GNUNET_MESSAGE_TYPE_TESTBED_NEEDCONTROLLERCONFIG 483
1559
1560/**
1555 * Not really a message, but for careful checks on the testbed messages; Should 1561 * Not really a message, but for careful checks on the testbed messages; Should
1556 * always be the maximum and never be used to send messages with this type 1562 * always be the maximum and never be used to send messages with this type
1557 */ 1563 */
1558#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 483 1564#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 484
1559 1565
1560/** 1566/**
1561 * The initialization message towards gnunet-testbed-helper 1567 * The initialization message towards gnunet-testbed-helper