aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-18 12:22:55 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-18 12:22:55 +0000
commita9b5a58a55dd8c6f4b8dc1cadd7d4639f30bb1fd (patch)
tree181b27c9ef17e52e73a3538005b055dbb0cf4fdb /src/testing/testing.c
parent69d43a2fb2410f610a42c5f23510e53d03f3a968 (diff)
downloadgnunet-a9b5a58a55dd8c6f4b8dc1cadd7d4639f30bb1fd.tar.gz
gnunet-a9b5a58a55dd8c6f4b8dc1cadd7d4639f30bb1fd.zip
fixes, comments
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 82abbdd97..a04c6c2de 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -544,7 +544,6 @@ start_fsm (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
544 return; 544 return;
545 } 545 }
546 /* wait some more */ 546 /* wait some more */
547 fprintf(stderr, "scheduling in shutdown_start\n");
548 d->task 547 d->task
549 = GNUNET_SCHEDULER_add_delayed (d->sched, 548 = GNUNET_SCHEDULER_add_delayed (d->sched,
550 GNUNET_CONSTANTS_EXEC_WAIT, 549 GNUNET_CONSTANTS_EXEC_WAIT,
@@ -1020,7 +1019,6 @@ GNUNET_TESTING_daemon_stop (struct GNUNET_TESTING_Daemon *d,
1020 1019
1021 GNUNET_free_non_null(del_arg); 1020 GNUNET_free_non_null(del_arg);
1022 d->max_timeout = GNUNET_TIME_relative_to_absolute(timeout); 1021 d->max_timeout = GNUNET_TIME_relative_to_absolute(timeout);
1023 fprintf(stderr, "scheduling shutdown fsm phase\n");
1024 d->task 1022 d->task
1025 = GNUNET_SCHEDULER_add_now (d->sched, 1023 = GNUNET_SCHEDULER_add_now (d->sched,
1026 &start_fsm, d); 1024 &start_fsm, d);