aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/gnunet-testing-run-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/gnunet-testing-run-service.c b/src/testing/gnunet-testing-run-service.c
index b4858776f..f4527a1e2 100644
--- a/src/testing/gnunet-testing-run-service.c
+++ b/src/testing/gnunet-testing-run-service.c
@@ -95,6 +95,7 @@ stdin_cb (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
95 GNUNET_TESTING_peer_stop(my_peer); 95 GNUNET_TESTING_peer_stop(my_peer);
96 GNUNET_TESTING_peer_start(my_peer); 96 GNUNET_TESTING_peer_start(my_peer);
97 printf("restarted\n"); 97 printf("restarted\n");
98 fflush(stdout);
98 } 99 }
99 tid = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL, &fh, &stdin_cb, NULL); 100 tid = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL, &fh, &stdin_cb, NULL);
100 } 101 }