* This option will turn on the DEBUG loglevel for
* all processes controlled by this ARM!
*/
-#define DEBUG_ARM GNUNET_YES
+#define DEBUG_ARM GNUNET_NO
#endif
"Waited for: %llu ms\n\n",
(unsigned long long) waitedFor.value);
}
+ else
+ waitedFor.value = 0;
/* Connect to the doNothing task */
doNothingConnection = GNUNET_CLIENT_connect (sched, "do-nothing", cfg);
if (NULL == doNothingConnection)
/* Use the created connection to kill the doNothingTask */
GNUNET_CLIENT_service_shutdown(doNothingConnection);
trialCount++;
- if (startedWaitingAt.value == 0)
- waitedFor.value = 0;
startedWaitingAt = GNUNET_TIME_absolute_get();
GNUNET_SCHEDULER_add_delayed (sched,
waitedFor,