X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ee090d32918ca9a943ba989385ec407a73957224..48fb61a024cd614fd1544b95c360022fc470b505:/include/xbt/sysdep.h diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index b405a7afd2..4bd3cea284 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -91,6 +91,13 @@ static inline void *xbt_realloc(void*p,int s){ /** @} */ +/** @brief get time in seconds + + * gives the number of seconds since the Epoch (00:00:00 UTC, January 1, 1970). + * Most users should use gras_os_time and should not use this function unless + they really know what they are doing. */ +double xbt_os_time(void); + END_DECL() #endif /* _XBT_SYSDEP_H */