aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_ng_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testing_ng_lib.h')
-rw-r--r--src/include/gnunet_testing_ng_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h
index a6f8429f4..9ef42a3aa 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -1085,6 +1085,12 @@ GNUNET_TESTING_cmd_block_until_all_peers_started (const char *label,
1085 unsigned int * 1085 unsigned int *
1086 all_peers_started); 1086 all_peers_started);
1087 1087
1088
1089struct GNUNET_TESTING_Command
1090GNUNET_TESTING_cmd_block_until_external_trigger (const char *label,
1091 unsigned int *
1092 stop_blocking);
1093
1088struct GNUNET_TESTING_Command 1094struct GNUNET_TESTING_Command
1089GNUNET_TESTING_cmd_send_peer_ready (const char *label, 1095GNUNET_TESTING_cmd_send_peer_ready (const char *label,
1090 TESTING_CMD_HELPER_write_cb write_message); 1096 TESTING_CMD_HELPER_write_cb write_message);