Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanup in log categories
[simgrid.git] / src / kernel / activity / ExecImpl.cpp
index 6bfc2b7..85ab1e9 100644 (file)
@@ -15,7 +15,7 @@
 #include "src/mc/mc_replay.hpp"
 #include "src/surf/HostImpl.hpp"
 
-XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(ker_actor);
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_cpu, kernel, "Kernel cpu-related synchronization");
 
 namespace simgrid {
 namespace kernel {