aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed.h')
-rw-r--r--src/testbed/testbed.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index f781eea0d..cb39cc993 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -175,7 +175,7 @@ struct GNUNET_TESTBED_ControllerLinkRequest
175 */ 175 */
176struct GNUNET_TESTBED_ControllerLinkResponse 176struct GNUNET_TESTBED_ControllerLinkResponse
177{ 177{
178 178
179 /** 179 /**
180 * Type is GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS_RESULT 180 * Type is GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS_RESULT
181 */ 181 */
@@ -453,7 +453,7 @@ struct GNUNET_TESTBED_RemoteOverlayConnectMessage
453 /** 453 /**
454 * To be followed by the HELLO message of A 454 * To be followed by the HELLO message of A
455 */ 455 */
456 struct GNUNET_MessageHeader hello[0]; 456 struct GNUNET_MessageHeader hello[0];
457 // FIXME: we usually do not use this gcc-hack as some 457 // FIXME: we usually do not use this gcc-hack as some
458 // compilers / tools really get messed up by it... 458 // compilers / tools really get messed up by it...
459 459
@@ -763,7 +763,7 @@ struct GNUNET_TESTBED_ManagePeerServiceMessage
763 * set this to 1 to start the service; 0 to stop the service 763 * set this to 1 to start the service; 0 to stop the service
764 */ 764 */
765 uint8_t start; 765 uint8_t start;
766 766
767 /** 767 /**
768 * The NULL-terminated name of the service to start/stop follows here 768 * The NULL-terminated name of the service to start/stop follows here
769 */ 769 */
@@ -830,7 +830,7 @@ struct GNUNET_TESTBED_BarrierStatusMsg
830 * Type is GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_STATUS 830 * Type is GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_STATUS
831 */ 831 */
832 struct GNUNET_MessageHeader header; 832 struct GNUNET_MessageHeader header;
833 833
834 /** 834 /**
835 * status. Use enumerated values of enum BarrierStatus 835 * status. Use enumerated values of enum BarrierStatus
836 */ 836 */
@@ -840,7 +840,7 @@ struct GNUNET_TESTBED_BarrierStatusMsg
840 * strlen of the barrier name 840 * strlen of the barrier name
841 */ 841 */
842 uint16_t name_len GNUNET_PACKED; 842 uint16_t name_len GNUNET_PACKED;
843 843
844 /** 844 /**
845 * the barrier name (NULL terminated) concatenated with an error message (NULL 845 * the barrier name (NULL terminated) concatenated with an error message (NULL
846 * terminated) if the status were to indicate an error 846 * terminated) if the status were to indicate an error