Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make sure that the gras_userdata_new() macro returns what just got malloced
[simgrid.git] / include / xbt / time.h
index 20ebc930f9dc0ab10227a800b26619ffe80fe67a..ba743165b1bff92c4d9265a9545b72f792de91ae 100644 (file)
@@ -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()