Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some more debug output to understand the gras/empty_main bug
[simgrid.git] / src / xbt / xbt_context.c
index 03ff6d1..a683fcd 100644 (file)
@@ -11,6 +11,8 @@
 #include "xbt/swag.h"
 #include "xbt_context_private.h"
 
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_context,xbt,"Context switching mecanism");
+
 /* the context associated with the current process                             */
 xbt_context_t current_context = NULL;