X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/582b6f00f1f41d334dbc865dd0b993a7e501f3ba..e9969d7016d2fdfc32e95b14472d2b7c78653acb:/src/include/surf/datatypes.h diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h index c24e58ea90..3dd00e0fc5 100644 --- a/src/include/surf/datatypes.h +++ b/src/include/surf/datatypes.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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,12 +21,15 @@ 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_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;