X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e4954bd08ec2284d5d90d3211116269c01b64066..f45bc68e17a95c4277dbe63aaef98dda61536153:/include/xbt/time.h diff --git a/include/xbt/time.h b/include/xbt/time.h index 20ebc930f9..ba743165b1 100644 --- a/include/xbt/time.h +++ b/include/xbt/time.h @@ -15,7 +15,7 @@ SG_BEGIN_DECL() * Time management functions, returns the system time or sleeps a process. They work both on the simulated and real systems(GRAS). */ -XBT_PUBLIC(double) xbt_os_time(void); -XBT_PUBLIC(void) xbt_os_sleep(double sec); +XBT_PUBLIC(double) xbt_time(void); +XBT_PUBLIC(void) xbt_sleep(double sec); SG_END_DECL()