X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4ba22b28119f2ed00077482e5062e3d1d51bfaf6..f9982b1b66939e9bd45cc371cdde4f129aa59365:/examples/gras/timer/timer.c diff --git a/examples/gras/timer/timer.c b/examples/gras/timer/timer.c index 45cd18be7b..5aeb4eccb2 100644 --- a/examples/gras/timer/timer.c +++ b/examples/gras/timer/timer.c @@ -66,7 +66,7 @@ int client(int argc,char *argv[]) { gras_timer_delay(REPEAT_INTERVAL,delayed_action); INFO1("[%.0f] Have a rest", gras_os_time()); - gras_os_sleep(DELAY_INTERVAL / 2.0, 0); + gras_os_sleep(DELAY_INTERVAL / 2.0); INFO1("[%.0f] Canceling the delayed_action.",gras_os_time()); gras_timer_cancel_delay(REPEAT_INTERVAL,delayed_action);