Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
name threads to help debugs
[simgrid.git] / include / xbt / time.h
index 20ebc93..ba74316 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()