Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename log category from simix_context to ker_context
[simgrid.git] / src / kernel / context / Context.cpp
index afacbd3..e296e64 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <vector>
 
-XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix_context);
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_context, kernel, "Context switching mechanism");
 
 namespace simgrid {
 namespace kernel {