aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-09 17:44:43 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-09 17:44:43 +0000
commit81dcb0a35beb7c862ac6f2677933b978aab67038 (patch)
tree34dd15689f9d722b29ccaa1c0123861b81111a5d /src/include
parent8a0c060308e16374c16c5c5456b3dd2604398b5b (diff)
downloadgnunet-81dcb0a35beb7c862ac6f2677933b978aab67038.tar.gz
gnunet-81dcb0a35beb7c862ac6f2677933b978aab67038.zip
fixing compile
Diffstat (limited to 'src/include')
-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