only get statistics once per running stats instance
[oweals/gnunet.git] / src / testing / test_testing.c
index dcfb7be43bf4a3f2a53e6aef0eada77b76448805..519ccc31f57d4bc31850ea9bde122b19c9a97ce9 100644 (file)
@@ -74,7 +74,7 @@ run (void *cls,
 #if VERBOSE
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemon.\n");
 #endif
-  d = GNUNET_TESTING_daemon_start (sched, cfg, TIMEOUT, NULL, NULL, NULL, &my_cb, NULL);
+  d = GNUNET_TESTING_daemon_start (sched, cfg, TIMEOUT, NULL, NULL, 0, NULL, NULL, &my_cb, NULL);
   GNUNET_assert (d != NULL);
 }