X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e4954bd08ec2284d5d90d3211116269c01b64066..3a85925a576cbc33305215577352939ab9442fb5:/include/xbt/time.h?ds=sidebyside diff --git a/include/xbt/time.h b/include/xbt/time.h index 20ebc930f9..9f02570a54 100644 --- a/include/xbt/time.h +++ b/include/xbt/time.h @@ -6,7 +6,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "xbt/misc.h" /* SG_BEGIN_DECL */ +#include "xbt/misc.h" /* SG_BEGIN_DECL */ SG_BEGIN_DECL() @@ -14,8 +14,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()