X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b4da4acca8a5b5e43c3bdda26ea8ab2b1e802f1e..97ba095764fbd852783e6a6dfe40da2fdd3f1f25:/include/gras/virtu.h diff --git a/include/gras/virtu.h b/include/gras/virtu.h index 51939be681..e8c5faea4e 100644 --- a/include/gras/virtu.h +++ b/include/gras/virtu.h @@ -27,9 +27,8 @@ double gras_os_time(void); /** @brief sleeps for the given amount of time. * @param sec: number of seconds to sleep - * @param usec: number of microseconds to sleep */ -void gras_os_sleep(unsigned long sec, unsigned long usec); +void gras_os_sleep(double sec); /** @brief get the fully-qualified name of the current host *