-round expiration times to full seconds
[oweals/gnunet.git] / src / fs / gnunet-fs-profiler.c
index 9bc3ff25345b2efdc47179ca04f3c8a364716912..cde70ae884d945012624c97aa816c7323b5f431d 100644 (file)
@@ -145,7 +145,7 @@ test_master (void *cls, unsigned int num_peers,
   // FIXME: enable clients to signal 'completion' before timeout;
   // in that case, run the 'terminate_task' "immediately"
 
-  if (0 != timeout.rel_value)
+  if (0 != timeout.rel_value_us)
     terminate_taskid = GNUNET_SCHEDULER_add_delayed (timeout,
                                                     &terminate_task, NULL);
   else