X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/91ca39d79fbd3e53ea3cc5fdff3a7ec0348cfcfc..7541d5d8cc644c671083569c48d51765392cd9df:/src/xbt/xbt_os_time.c diff --git a/src/xbt/xbt_os_time.c b/src/xbt/xbt_os_time.c index 4e0f331857..f0d4387e53 100644 --- a/src/xbt/xbt_os_time.c +++ b/src/xbt/xbt_os_time.c @@ -99,6 +99,10 @@ struct s_xbt_os_timer { #endif }; +size_t xbt_os_timer_size(void){ + return sizeof(struct s_xbt_os_timer); +} + xbt_os_timer_t xbt_os_timer_new(void) { return xbt_new0(struct s_xbt_os_timer, 1);