X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f19a1eedfd74b67f8562f73a222c9ee50172b690..789529a899d117470afb2156e71b35e41444e9b9:/include/xbt/xbt_os_time.h diff --git a/include/xbt/xbt_os_time.h b/include/xbt/xbt_os_time.h index 1af3e60e22..36aac646e0 100644 --- a/include/xbt/xbt_os_time.h +++ b/include/xbt/xbt_os_time.h @@ -12,6 +12,8 @@ #include /* XBT_PUBLIC */ #include /* size_t */ +SG_BEGIN_DECL() + /** @brief get time in seconds * gives the number of seconds since the Epoch (00:00:00 UTC, January 1, 1970). @@ -37,4 +39,7 @@ XBT_PUBLIC(void) xbt_os_cputimer_stop(xbt_os_timer_t timer); XBT_PUBLIC(void) xbt_os_threadtimer_start(xbt_os_timer_t timer); XBT_PUBLIC(void) xbt_os_threadtimer_resume(xbt_os_timer_t timer); XBT_PUBLIC(void) xbt_os_threadtimer_stop(xbt_os_timer_t timer); + +SG_END_DECL() + #endif