Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of github.com:mquinson/simgrid
[simgrid.git] / src / include / surf / datatypes.h
index e7764f12cc313e419c61b834f42a95334aabbfaa..3171b355f0c593f159162169c2b8fd8192b03813 100644 (file)
@@ -28,6 +28,7 @@ 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;