Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let it work with new flex (just add the needed prototypes for the new functions)
[simgrid.git] / include / core.h
index acabba1..1903616 100644 (file)
@@ -57,22 +57,6 @@ typedef enum { free_after_use, free_never } e_gras_free_directive_t;
 const char *
 gras_get_my_fqdn(void);
 
-/**
- * gras_time:
- * 
- * Get the time in number of second since the Epoch.
- * (00:00:00 UTC, January 1, 1970 in Real Life, and begining of simulation in SG)
- */
-double gras_time(void);
-
-/**
- * gras_sleep:
- * @sec: number of seconds to sleep
- * @usec: number of microseconds to sleep
- * 
- * sleeps for the given amount of seconds plus the given amount of microseconds.
- */
-void gras_sleep(unsigned long sec, unsigned long usec);
 
 END_DECL