X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d25ee31741e8dd64436721b11fe82a0969f369cf..4aa505c950a4c8db13c8b15f17158cdef848f0d4:/src/surf/trace_mgr_private.h diff --git a/src/surf/trace_mgr_private.h b/src/surf/trace_mgr_private.h index f63d1a28c4..d736301cbd 100644 --- a/src/surf/trace_mgr_private.h +++ b/src/surf/trace_mgr_private.h @@ -23,12 +23,12 @@ 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 { xbt_heap_t heap; } s_tmgr_history_t; -#endif /* _SURF_TMGR_PRIVATE_H */ +#endif /* _SURF_TMGR_PRIVATE_H */