X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa8e71be179a7a12e74bcc550fa6fe2c54b8446a..975babad32bf69ffb339dc1d449cd85e111ba733:/src/include/surf/datatypes.h diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h index e7764f12cc..3171b355f0 100644 --- a/src/include/surf/datatypes.h +++ b/src/include/surf/datatypes.h @@ -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;