diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/gnunet_protocols.h | 8 |
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" #define GNUNET_MESSAGE_TYPE_TESTBED_SLAVECONFIG 482 /** + * Message which is sent from a controller to the testbed API seeking the configuration + * of the host whose id is contained in the message. + */ +#define GNUNET_MESSAGE_TYPE_TESTBED_NEEDCONTROLLERCONFIG 483 + +/** * Not really a message, but for careful checks on the testbed messages; Should * always be the maximum and never be used to send messages with this type */ -#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 483 +#define GNUNET_MESSAGE_TYPE_TESTBED_MAX 484 /** * The initialization message towards gnunet-testbed-helper |