summaryrefslogtreecommitdiff
path: root/src/testbed/testbed.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-27 14:43:43 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-27 14:43:43 +0000
commitb0474eb7a6aa570c04e4d76fd664caa406b3dd30 (patch)
tree3c75a22df7f927addeb3b6ca51c266088b6978fd /src/testbed/testbed.h
parent6f9c566127d0737ecd529f458dc28b7fc02e6eb9 (diff)
downloadgnunet-b0474eb7a6aa570c04e4d76fd664caa406b3dd30.tar.gz
gnunet-b0474eb7a6aa570c04e4d76fd664caa406b3dd30.zip
convert testbed_api_barriers to new MQ API
Diffstat (limited to 'src/testbed/testbed.h')
-rw-r--r--src/testbed/testbed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index bc93ed8a8..b6119e98f 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -877,8 +877,8 @@ struct GNUNET_TESTBED_BarrierStatusMsg
877 uint16_t name_len GNUNET_PACKED; 877 uint16_t name_len GNUNET_PACKED;
878 878
879 /** 879 /**
880 * the barrier name (NULL terminated) concatenated with an error message (NULL 880 * the barrier name (0-terminated) concatenated with an error message
881 * terminated) if the status were to indicate an error 881 * (0-terminated) if the status were to indicate an error
882 */ 882 */
883 char data[0]; 883 char data[0];
884}; 884};