Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix: correct trace mask checking
[simgrid.git] / src / surf / trace_mgr_private.h
index 04eb686..0083cb9 100644 (file)
@@ -19,7 +19,6 @@ typedef struct tmgr_event {
 
 typedef struct tmgr_trace {
   xbt_dynar_t event_list;
-  double timestep;
 } s_tmgr_trace_t;
 
 typedef struct tmgr_trace_event {