[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r24236 - gnunet/src/include
From: |
gnunet |
Subject: |
[GNUnet-SVN] r24236 - gnunet/src/include |
Date: |
Tue, 9 Oct 2012 19:44:43 +0200 |
Author: harsha
Date: 2012-10-09 19:44:43 +0200 (Tue, 09 Oct 2012)
New Revision: 24236
Modified:
gnunet/src/include/gnunet_protocols.h
Log:
fixing compile
Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h 2012-10-09 17:26:08 UTC (rev
24235)
+++ gnunet/src/include/gnunet_protocols.h 2012-10-09 17:44:43 UTC (rev
24236)
@@ -1552,10 +1552,16 @@
#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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r24236 - gnunet/src/include,
gnunet <=