Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The default alias name is now build from the name of the host of the process and...
[simgrid.git] / src / xbt / xbt_context.c
index a1b719e..a683fcd 100644 (file)
@@ -1,7 +1,6 @@
 /* a fast and simple context switching library                              */
 
-/* Copyright (c) 2004 Arnaud Legrand.                                       */
-/* Copyright (c) 2004, 2005 Martin Quinson.                                 */
+/* Copyright (c) 2004-2008 the SimGrid team.                                */
 /* All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -12,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;