aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-profiler.c')
-rw-r--r--src/fs/gnunet-fs-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-profiler.c b/src/fs/gnunet-fs-profiler.c
index 9bc3ff253..cde70ae88 100644
--- a/src/fs/gnunet-fs-profiler.c
+++ b/src/fs/gnunet-fs-profiler.c
@@ -145,7 +145,7 @@ test_master (void *cls, unsigned int num_peers,
145 // FIXME: enable clients to signal 'completion' before timeout; 145 // FIXME: enable clients to signal 'completion' before timeout;
146 // in that case, run the 'terminate_task' "immediately" 146 // in that case, run the 'terminate_task' "immediately"
147 147
148 if (0 != timeout.rel_value) 148 if (0 != timeout.rel_value_us)
149 terminate_taskid = GNUNET_SCHEDULER_add_delayed (timeout, 149 terminate_taskid = GNUNET_SCHEDULER_add_delayed (timeout,
150 &terminate_task, NULL); 150 &terminate_task, NULL);
151 else 151 else