Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Put lmm definitions in namespace simgrid::surf.
[simgrid.git] / src / include / surf / datatypes.hpp
index 30a80d6..235dbf1 100644 (file)
@@ -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