aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_ng_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testbed_ng_service.h')
-rw-r--r--src/include/gnunet_testbed_ng_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_testbed_ng_service.h b/src/include/gnunet_testbed_ng_service.h
index 2ea5e616c..caaee26b6 100644
--- a/src/include/gnunet_testbed_ng_service.h
+++ b/src/include/gnunet_testbed_ng_service.h
@@ -274,4 +274,10 @@ GNUNET_TESTING_cmd_block_until_all_peers_started (const char *label,
274struct GNUNET_TESTING_Command 274struct GNUNET_TESTING_Command
275GNUNET_TESTING_cmd_send_peer_ready (const char *label, 275GNUNET_TESTING_cmd_send_peer_ready (const char *label,
276 TESTBED_CMD_HELPER_write_cb write_message); 276 TESTBED_CMD_HELPER_write_cb write_message);
277
278struct GNUNET_TESTING_Command
279GNUNET_TESTING_cmd_local_test_finished (const char *label,
280 TESTBED_CMD_HELPER_write_cb
281 write_message);
282
277#endif 283#endif