X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5b3677b425b9cc6949c1573d59ac772540cbf4b2..36ed9bb3db4df8293627b73fc83b6250b1026af1:/src/include/surf/datatypes.h diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h index 636721eb78..7a6542b9d6 100644 --- a/src/include/surf/datatypes.h +++ b/src/include/surf/datatypes.h @@ -7,22 +7,6 @@ #ifndef MAXMIN_DATATYPES_H #define MAXMIN_DATATYPES_H -/** \ingroup SURF_models - * \brief Model datatype - * - * Generic data structure for a model. The workstations, - * the CPUs and the network links are examples of models. - */ -//FIXME: typedef struct surf_model *surf_model_t; - -/** \ingroup SURF_actions - * \brief Action datatype - * - * An action is some working amount on a model. - * It is represented as a cost, a priority, a duration and a state. - */ -//FIXME:typedef struct surf_action *surf_action_t; -//FIXME:typedef struct surf_file *surf_file_t; typedef struct surf_storage *surf_storage_t; typedef struct surf_stat *surf_stat_t; @@ -32,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 */