gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32783 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32783 - gnunet/src/mesh
Date: Sat, 22 Mar 2014 23:54:51 +0100

Author: bartpolot
Date: 2014-03-22 23:54:51 +0100 (Sat, 22 Mar 2014)
New Revision: 32783

Modified:
   gnunet/src/mesh/gnunet-mesh-profiler.c
Log:
- fix

Modified: gnunet/src/mesh/gnunet-mesh-profiler.c
===================================================================
--- gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-22 22:53:49 UTC (rev 
32782)
+++ gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-22 22:54:51 UTC (rev 
32783)
@@ -983,7 +983,7 @@
     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);
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]