X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8112947dc45e637d91ca3814ce086b3b9aac7fa6..07890d9a4285a1d6e4151210ed7b6df8e6b32a67:/src/include/surf/datatypes.h diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h index 23b9a78661..8e704e710e 100644 --- a/src/include/surf/datatypes.h +++ b/src/include/surf/datatypes.h @@ -16,8 +16,8 @@ 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_fes *tmgr_fes_t; +typedef struct tmgr_trace_iterator *tmgr_trace_iterator_t; #endif /* MAXMIN_DATATYPES_H */