Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed full routing support for routers, no routing complexity is added routers are...
[simgrid.git] / src / surf / trace_mgr_private.h
index d736301..04eb686 100644 (file)
@@ -19,12 +19,14 @@ typedef struct tmgr_event {
 
 typedef struct tmgr_trace {
   xbt_dynar_t event_list;
+  double timestep;
 } s_tmgr_trace_t;
 
 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 {