X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6760cb07d6b57be16928d95339d71e57c4e24f36..346c06db41ebb088e88351d8381d0c232d2ddbb5:/src/include/surf/datatypes.h diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h index 994c96dffd..e7764f12cc 100644 --- a/src/include/surf/datatypes.h +++ b/src/include/surf/datatypes.h @@ -7,21 +7,23 @@ #ifndef MAXMIN_DATATYPES_H #define MAXMIN_DATATYPES_H -/** \brief Model datatype - * \ingroup SURF_models +/** \ingroup SURF_models + * \brief Model datatype * * Generic data structure for a model. The workstations, * the CPUs and the network links are examples of models. */ typedef struct surf_model *surf_model_t; -/** \brief Action datatype - * \ingroup SURF_actions + +/** \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. */ typedef struct surf_action *surf_action_t; - +typedef struct surf_file *surf_file_t; +typedef struct surf_stat *surf_stat_t; typedef struct lmm_element *lmm_element_t; typedef struct lmm_variable *lmm_variable_t; @@ -29,8 +31,7 @@ typedef struct lmm_constraint *lmm_constraint_t; typedef struct lmm_system *lmm_system_t; typedef struct tmgr_history *tmgr_history_t; -typedef struct tmgr_trace *tmgr_trace_t; typedef struct tmgr_trace_event *tmgr_trace_event_t; -#endif /* MAXMIN_DATATYPES_H */ +#endif /* MAXMIN_DATATYPES_H */