Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a safe version of lmm_get_var_from_cnst to avoid looping forever when iterating...
[simgrid.git] / src / include / surf / datatypes.h
index 636721eb7838eb1e87dd46dd59b7641219731100..23b9a7866141a55383af4535550ea39892bc0598 100644 (file)
@@ -7,22 +7,6 @@
 #ifndef MAXMIN_DATATYPES_H
 #define MAXMIN_DATATYPES_H
 
 #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;
 
 typedef struct surf_storage *surf_storage_t;
 typedef struct surf_stat *surf_stat_t;