X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d5c7479480cbe31b662c1130a0497df4d87963cf..285fd7f4f1459beec616ace009d55cb3f22b3c8f:/src/include/surf/datatypes.hpp diff --git a/src/include/surf/datatypes.hpp b/src/include/surf/datatypes.hpp index 30a80d6c12..235dbf1eb5 100644 --- a/src/include/surf/datatypes.hpp +++ b/src/include/surf/datatypes.hpp @@ -6,10 +6,14 @@ #ifndef MAXMIN_DATATYPES_HPP #define MAXMIN_DATATYPES_HPP +namespace simgrid { +namespace surf { typedef struct s_lmm_element_t* lmm_element_t; typedef struct s_lmm_variable_t* lmm_variable_t; typedef struct s_lmm_constraint_t* lmm_constraint_t; typedef struct s_lmm_constraint_light_t* lmm_constraint_light_t; typedef struct s_lmm_system_t* lmm_system_t; +} +} #endif