Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #1 from mquinson/master
[simgrid.git] / src / include / surf / datatypes.h
index 23b9a78..7a6542b 100644 (file)
@@ -16,8 +16,7 @@ typedef struct lmm_constraint *lmm_constraint_t;
 typedef struct lmm_constraint_light *lmm_constraint_light_t;
 typedef struct lmm_system *lmm_system_t;
 
-typedef struct tmgr_history *tmgr_history_t;
-typedef struct tmgr_trace_event *tmgr_trace_event_t;
+typedef struct tmgr_trace_iterator *tmgr_trace_iterator_t;
 
 
 #endif                          /* MAXMIN_DATATYPES_H */