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