Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move macro definitions out of namespace.
[simgrid.git] / src / mc / remote / RemoteClient.cpp
index 37abc50b981636cb338e7c9bc1dbbb0e36247b2a..92a3955abb043dc78ae765495fb63c96f1626757 100644 (file)
@@ -46,12 +46,12 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_process, mc, "MC process information");
 
 // ***** Helper stuff
 
-namespace simgrid {
-namespace mc {
-
 #define SO_RE "\\.so[\\.0-9]*$"
 #define VERSION_RE "-[\\.0-9-]*$"
 
+namespace simgrid {
+namespace mc {
+
 // List of library which memory segments are not considered:
 static const char* const filtered_libraries[] = {
 #ifdef __linux__