X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d25ee31741e8dd64436721b11fe82a0969f369cf..f4ae32c676421a6cd5c076b273dd7a07f2695957:/src/surf/trace_mgr_private.h diff --git a/src/surf/trace_mgr_private.h b/src/surf/trace_mgr_private.h index f63d1a28c4..972002a3ef 100644 --- a/src/surf/trace_mgr_private.h +++ b/src/surf/trace_mgr_private.h @@ -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 {