X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aa2bc3b93a6e6f6de5b753b5298ea809f26d3ffe..5faf49cdf3f8ad8751317b857a6d3134fe07eda3:/src/include/surf/datatypes.h diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h index 3171b355f0..5ef74f07c9 100644 --- a/src/include/surf/datatypes.h +++ b/src/include/surf/datatypes.h @@ -13,7 +13,7 @@ * 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; +//FIXME: typedef struct surf_model *surf_model_t; /** \ingroup SURF_actions * \brief Action datatype @@ -21,8 +21,8 @@ typedef struct surf_model *surf_model_t; * 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; +//FIXME:typedef struct surf_action *surf_action_t; +//FIXME:typedef struct surf_file *surf_file_t; typedef struct surf_stat *surf_stat_t; typedef struct lmm_element *lmm_element_t;