aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-19 19:53:56 +0200
committert3sserakt <t3ss@posteo.de>2021-07-19 19:53:56 +0200
commit9d7ff3c3fbee189367da05a1517777c76a80b23b (patch)
tree176adc853f033261c03e01fa57840c30806d4ad7 /src/include
parent33830e71f8e80334e0c8cf5527b1f2b20804485e (diff)
downloadgnunet-9d7ff3c3fbee189367da05a1517777c76a80b23b.tar.gz
gnunet-9d7ff3c3fbee189367da05a1517777c76a80b23b.zip
- finished first prototype for running several local testcase.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h2
-rw-r--r--src/include/gnunet_testbed_ng_service.h6
2 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 1d33d986d..715e94c6a 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3567,6 +3567,8 @@ extern "C" {
3567 3567
3568#define GNUNET_MESSAGE_TYPE_CMDS_HELPER_ALL_PEERS_STARTED 1703 3568#define GNUNET_MESSAGE_TYPE_CMDS_HELPER_ALL_PEERS_STARTED 1703
3569 3569
3570#define GNUNET_MESSAGE_TYPE_CMDS_HELPER_LOCAL_FINISHED 1704
3571
3570/*********************************************************************************/ 3572/*********************************************************************************/
3571 3573
3572/** 3574/**
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