aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testing_plugin.h')
-rw-r--r--src/include/gnunet_testing_plugin.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/gnunet_testing_plugin.h b/src/include/gnunet_testing_plugin.h
index b59d2cea1..9d0ef269d 100644
--- a/src/include/gnunet_testing_plugin.h
+++ b/src/include/gnunet_testing_plugin.h
@@ -41,6 +41,9 @@ typedef void
41 msg_length); 41 msg_length);
42 42
43typedef void 43typedef void
44(*TESTING_CMD_HELPER_finish_cb) ();
45
46typedef void
44(*GNUNET_TESTING_PLUGIN_StartTestCase) (TESTING_CMD_HELPER_write_cb 47(*GNUNET_TESTING_PLUGIN_StartTestCase) (TESTING_CMD_HELPER_write_cb
45 write_message, char *router_ip, 48 write_message, char *router_ip,
46 char *node_ip, 49 char *node_ip,
@@ -48,7 +51,8 @@ typedef void
48 char *m, 51 char *m,
49 char *local_m, 52 char *local_m,
50 char *topology_data, 53 char *topology_data,
51 unsigned int *read_file); 54 unsigned int *read_file,
55 TESTING_CMD_HELPER_finish_cb finish_cb);
52 56
53 57
54typedef void 58typedef void