Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the gras.h with cmake.
[simgrid.git] / src / surf / trace_mgr_private.h
index d736301cbd849b66d965afee860756a25b78ee36..0083cb91c131fb8b0c3b3c96029b00551bd1f086 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 {