Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Move some code in a simgrid::surf namespace
[simgrid.git] / src / surf / host_ptask_L07.hpp
index 60454c9..b4c5509 100644 (file)
@@ -15,6 +15,9 @@
 #ifndef HOST_L07_HPP_
 #define HOST_L07_HPP_
 
+namespace simgrid {
+namespace surf {
+
 /***********
  * Classes *
  ***********/
@@ -181,4 +184,7 @@ public:
   double m_rate;
 };
 
+}
+}
+
 #endif /* HOST_L07_HPP_ */