X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c354c48ec90c997cc7213ce96ca97d882934166..7e049faf8cdd41c59c2e97f8c46fd6052b23b8a3:/src/surf/trace_mgr_private.h diff --git a/src/surf/trace_mgr_private.h b/src/surf/trace_mgr_private.h index 5bd6c32ffd..972002a3ef 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 { @@ -23,8 +23,8 @@ typedef struct tmgr_trace { typedef struct tmgr_trace_event { tmgr_trace_t trace; - int idx; - void *resource; + unsigned int idx; + void *model; } s_tmgr_trace_event_t; typedef struct tmgr_history {