aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_netjail_start_testsystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_netjail_start_testsystem.c')
-rw-r--r--src/testing/testing_api_cmd_netjail_start_testsystem.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/testing/testing_api_cmd_netjail_start_testsystem.c b/src/testing/testing_api_cmd_netjail_start_testsystem.c
index 531621eb5..1222ae54b 100644
--- a/src/testing/testing_api_cmd_netjail_start_testsystem.c
+++ b/src/testing/testing_api_cmd_netjail_start_testsystem.c
@@ -194,11 +194,9 @@ struct TestingSystemCount
194* Code to clean up resource this cmd used. 194* Code to clean up resource this cmd used.
195* 195*
196* @param cls closure 196* @param cls closure
197* @param cmd current CMD being cleaned up.
198*/ 197*/
199static void 198static void
200netjail_exec_cleanup (void *cls, 199netjail_exec_cleanup (void *cls)
201 const struct GNUNET_TESTING_Command *cmd)
202{ 200{
203 struct NetJailState *ns = cls; 201 struct NetJailState *ns = cls;
204 struct HelperMessage *message_pos; 202 struct HelperMessage *message_pos;
@@ -480,7 +478,6 @@ start_helper (struct NetJailState *ns, struct
480*/ 478*/
481static void 479static void
482netjail_exec_run (void *cls, 480netjail_exec_run (void *cls,
483 const struct GNUNET_TESTING_Command *cmd,
484 struct GNUNET_TESTING_Interpreter *is) 481 struct GNUNET_TESTING_Interpreter *is)
485{ 482{
486 char str_m[12]; 483 char str_m[12];