X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4502ea93a773951ce03aec68f7e16586bd28d8ac..45c3f1cfee86fb48c96d53f8267f99b6db6e3d7a:/src/include/surf/datatypes.h diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h index 1cc0de5c0b..23b9a78661 100644 --- a/src/include/surf/datatypes.h +++ b/src/include/surf/datatypes.h @@ -1,4 +1,5 @@ -/* Copyright (c) 2009 The SimGrid team. All rights reserved. */ +/* Copyright (c) 2009-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -6,30 +7,17 @@ #ifndef MAXMIN_DATATYPES_H #define MAXMIN_DATATYPES_H -/** \brief Model datatype - * \ingroup SURF_models - * - * 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 - * - * 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_storage *surf_storage_t; +typedef struct surf_stat *surf_stat_t; typedef struct lmm_element *lmm_element_t; typedef struct lmm_variable *lmm_variable_t; 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 *tmgr_trace_t; typedef struct tmgr_trace_event *tmgr_trace_event_t; -#endif /* MAXMIN_DATATYPES_H */ +#endif /* MAXMIN_DATATYPES_H */