From 81dcb0a35beb7c862ac6f2677933b978aab67038 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 9 Oct 2012 17:44:43 +0000 Subject: fixing compile --- src/include/gnunet_protocols.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -1551,11 +1551,17 @@ 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 -- cgit v1.2.3