aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-mesh-profiler.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-22 22:54:51 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-22 22:54:51 +0000
commit01312017a24aedf8829d0ee957bb5ceb0ab2c57a (patch)
tree9e6274c7b8ac2c1d7b27be3b9c4c0ed6a6a0dbae /src/mesh/gnunet-mesh-profiler.c
parent04f09db9258620fd43abb0631fa3379104d7e80f (diff)
downloadgnunet-01312017a24aedf8829d0ee957bb5ceb0ab2c57a.tar.gz
gnunet-01312017a24aedf8829d0ee957bb5ceb0ab2c57a.zip
- fix
Diffstat (limited to 'src/mesh/gnunet-mesh-profiler.c')
-rw-r--r--src/mesh/gnunet-mesh-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-mesh-profiler.c b/src/mesh/gnunet-mesh-profiler.c
index 7d39a95a5..4ac66e35a 100644
--- a/src/mesh/gnunet-mesh-profiler.c
+++ b/src/mesh/gnunet-mesh-profiler.c
@@ -983,7 +983,7 @@ peer_id_cb (void *cls,
983 return; /* start_test from incoming_channel */ 983 return; /* start_test from incoming_channel */
984 } 984 }
985 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Starting in a second...\n"); 985 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Starting in a second...\n");
986 test_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_, 986 test_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS,
987 &start_test, NULL); 987 &start_test, NULL);
988} 988}
989 989