Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please sonar
[simgrid.git] / examples / msg / maestro-set / maestro-set.cpp
index 3dd472d..a9c7fd7 100644 (file)
 
 #include "simgrid/msg.h"
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example");
-
 #include <thread>
 
+XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example");
+
 std::thread::id root_id;
 
 static void ensure_root_tid() {