Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make testall to src/.
[simgrid.git] / src / surf / trace_mgr_private.h
index d736301..0083cb9 100644 (file)
@@ -25,6 +25,7 @@ typedef struct tmgr_trace_event {
   tmgr_trace_t trace;
   unsigned int idx;
   void *model;
+  int free_me;
 } s_tmgr_trace_event_t;
 
 typedef struct tmgr_history {