Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to improve getline portability...
[simgrid.git] / src / surf / trace_mgr_private.h
index 972002a..0083cb9 100644 (file)
@@ -25,10 +25,11 @@ 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 {
   xbt_heap_t heap;
 } s_tmgr_history_t;
 
-#endif                         /* _SURF_TMGR_PRIVATE_H */
+#endif /* _SURF_TMGR_PRIVATE_H */