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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_testbed_ng_service.h b/src/include/gnunet_testbed_ng_service.h
index 9845b3be6..2ea5e616c 100644
--- a/src/include/gnunet_testbed_ng_service.h
+++ b/src/include/gnunet_testbed_ng_service.h
@@ -265,4 +265,13 @@ int
265GNUNET_TESTBED_get_trait_hosts (const struct 265GNUNET_TESTBED_get_trait_hosts (const struct
266 GNUNET_TESTING_Command *cmd, 266 GNUNET_TESTING_Command *cmd,
267 struct GNUNET_TESTBED_Host ***hosts); 267 struct GNUNET_TESTBED_Host ***hosts);
268
269struct GNUNET_TESTING_Command
270GNUNET_TESTING_cmd_block_until_all_peers_started (const char *label,
271 unsigned int *
272 all_peers_started);
273
274struct GNUNET_TESTING_Command
275GNUNET_TESTING_cmd_send_peer_ready (const char *label,
276 TESTBED_CMD_HELPER_write_cb write_message);
268#endif 277#endif