commit 01312017a24aedf8829d0ee957bb5ceb0ab2c57a
parent 04f09db9258620fd43abb0631fa3379104d7e80f
Author: Bart Polot <bart@net.in.tum.de>
Date: Sat, 22 Mar 2014 22:54:51 +0000
- fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesh/gnunet-mesh-profiler.c b/src/mesh/gnunet-mesh-profiler.c
@@ -983,7 +983,7 @@ peer_id_cb (void *cls,
return; /* start_test from incoming_channel */
}
GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Starting in a second...\n");
- test_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_,
+ test_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS,
&start_test, NULL);
}