X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c354c48ec90c997cc7213ce96ca97d882934166..0d57c5f7a785e601be8c15fb6d1ca31b9cef0845:/src/surf/trace_mgr_private.h diff --git a/src/surf/trace_mgr_private.h b/src/surf/trace_mgr_private.h index 5bd6c32ffd..a8e01c9cc5 100644 --- a/src/surf/trace_mgr_private.h +++ b/src/surf/trace_mgr_private.h @@ -13,8 +13,8 @@ #include "surf/trace_mgr.h" typedef struct tmgr_event { - xbt_heap_float_t delta; - xbt_maxmin_float_t value; + double delta; + double value; } s_tmgr_event_t, *tmgr_event_t; typedef struct tmgr_trace { @@ -24,7 +24,7 @@ typedef struct tmgr_trace { typedef struct tmgr_trace_event { tmgr_trace_t trace; int idx; - void *resource; + void *model; } s_tmgr_trace_event_t; typedef struct tmgr_history {