aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_netjail_start_testsystem_v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_netjail_start_testsystem_v2.c')
-rw-r--r--src/testing/testing_api_cmd_netjail_start_testsystem_v2.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/testing/testing_api_cmd_netjail_start_testsystem_v2.c b/src/testing/testing_api_cmd_netjail_start_testsystem_v2.c
index ccb3f5ae8..bb9421aa7 100644
--- a/src/testing/testing_api_cmd_netjail_start_testsystem_v2.c
+++ b/src/testing/testing_api_cmd_netjail_start_testsystem_v2.c
@@ -205,11 +205,9 @@ struct TestingSystemCount
205* Code to clean up resource this cmd used. 205* Code to clean up resource this cmd used.
206* 206*
207* @param cls closure 207* @param cls closure
208* @param cmd current CMD being cleaned up.
209*/ 208*/
210static void 209static void
211netjail_exec_cleanup (void *cls, 210netjail_exec_cleanup (void *cls)
212 const struct GNUNET_TESTING_Command *cmd)
213{ 211{
214 struct NetJailState *ns = cls; 212 struct NetJailState *ns = cls;
215 struct HelperMessage *message_pos; 213 struct HelperMessage *message_pos;
@@ -568,7 +566,6 @@ start_helper (struct NetJailState *ns, struct
568*/ 566*/
569static void 567static void
570netjail_exec_run (void *cls, 568netjail_exec_run (void *cls,
571 const struct GNUNET_TESTING_Command *cmd,
572 struct GNUNET_TESTING_Interpreter *is) 569 struct GNUNET_TESTING_Interpreter *is)
573{ 570{
574 struct NetJailState *ns = cls; 571 struct NetJailState *ns = cls;