Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Taking in account the fact that some resource may have no action terminated.
[simgrid.git] / src / surf / trace_mgr_private.h
index bcea7f3..0b84cdb 100644 (file)
@@ -23,7 +23,7 @@ typedef struct tmgr_trace_event {
   tmgr_trace_t trace;
   int idx;
   void *resource;
-} s_tmgr_trace_event_t, *tmgr_trace_event_t;
+} s_tmgr_trace_event_t;
 
 typedef struct tmgr_history {
   xbt_heap_t heap;