]> AND Public Git Repository - simgrid.git/blobdiff - src/include/surf/datatypes.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yet another simplification of the storage API: we don't manage
[simgrid.git] / src / include / surf / datatypes.h
index f51895af6e7891eab9ebad75136476b82278c61f..3171b355f0c593f159162169c2b8fd8192b03813 100644 (file)
@@ -22,11 +22,13 @@ typedef struct surf_model *surf_model_t;
  * 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;
 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;