summaryrefslogtreecommitdiff
path: root/src/testbed/testbed_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_helper.h')
-rw-r--r--src/testbed/testbed_helper.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/testbed/testbed_helper.h b/src/testbed/testbed_helper.h
index 472d07271..304c4f6b6 100644
--- a/src/testbed/testbed_helper.h
+++ b/src/testbed/testbed_helper.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -32,8 +32,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
32/** 32/**
33 * Initialization message for gnunet-helper-testbed to start testbed service 33 * Initialization message for gnunet-helper-testbed to start testbed service
34 */ 34 */
35struct GNUNET_TESTBED_HelperInit 35struct GNUNET_TESTBED_HelperInit {
36{
37 /** 36 /**
38 * Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_INIT 37 * Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_INIT
39 */ 38 */
@@ -68,8 +67,7 @@ struct GNUNET_TESTBED_HelperInit
68/** 67/**
69 * Reply message from helper process 68 * Reply message from helper process
70 */ 69 */
71struct GNUNET_TESTBED_HelperReply 70struct GNUNET_TESTBED_HelperReply {
72{
73 /** 71 /**
74 * Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_REPLY 72 * Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_REPLY
75 */ 73 */