diff options
author | Sree Harsha Totakura <totakura@in.tum.de> | 2012-10-09 17:44:43 +0000 |
---|---|---|
committer | Sree Harsha Totakura <totakura@in.tum.de> | 2012-10-09 17:44:43 +0000 |
commit | 81dcb0a35beb7c862ac6f2677933b978aab67038 (patch) | |
tree | 34dd15689f9d722b29ccaa1c0123861b81111a5d | |
parent | 8a0c060308e16374c16c5c5456b3dd2604398b5b (diff) |
fixing compile
-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 |