X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/343790d5b27cea6cead9ed4f0ec7e05ea331aa58..a5b1d82520056f32e9f299b396f2e1f3239c0f7f:/src/include/xbt/xbt_os_time.h diff --git a/src/include/xbt/xbt_os_time.h b/src/include/xbt/xbt_os_time.h index 031bd0eeb9..3c8c2c99ec 100644 --- a/src/include/xbt/xbt_os_time.h +++ b/src/include/xbt/xbt_os_time.h @@ -10,7 +10,7 @@ #ifndef _XBT_PORTABILITY_H #define _XBT_PORTABILITY_H -#include /* XBT_PUBLIC */ +#include /* XBT_PUBLIC */ /** @brief get time in seconds @@ -20,11 +20,11 @@ XBT_PUBLIC(double) xbt_os_time(void); XBT_PUBLIC(void) xbt_os_sleep(double sec); -typedef struct s_xbt_os_timer *xbt_os_timer_t; + typedef struct s_xbt_os_timer *xbt_os_timer_t; XBT_PUBLIC(xbt_os_timer_t) xbt_os_timer_new(void); -XBT_PUBLIC(void) xbt_os_timer_free(xbt_os_timer_t timer); -XBT_PUBLIC(void) xbt_os_timer_start(xbt_os_timer_t timer); -XBT_PUBLIC(void) xbt_os_timer_stop(xbt_os_timer_t timer); +XBT_PUBLIC(void) xbt_os_timer_free(xbt_os_timer_t timer); +XBT_PUBLIC(void) xbt_os_timer_start(xbt_os_timer_t timer); +XBT_PUBLIC(void) xbt_os_timer_stop(xbt_os_timer_t timer); XBT_PUBLIC(double) xbt_os_timer_elapsed(xbt_os_timer_t timer); #endif