Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
log category declaration cleanup; add a pointer from the log category description...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 8 Feb 2005 13:10:15 +0000 (13:10 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 8 Feb 2005 13:10:15 +0000 (13:10 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@912 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/gras.c

index 0fbbca9..1fa31cf 100644 (file)
@@ -18,7 +18,7 @@
 #include "gras/cond.h"    /* gras_if_RL() => FIXME: killme when gras/sg works */
 #include "gras/process.h" /* FIXME: killme and put process_init in modinter */
 
 #include "gras/cond.h"    /* gras_if_RL() => FIXME: killme when gras/sg works */
 #include "gras/process.h" /* FIXME: killme and put process_init in modinter */
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(gras,"All GRAS categories");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(gras,XBT_LOG_ROOT_CAT,"All GRAS categories (cf. section \ref GRAS_API)");
 static int gras_running_process = 0;
 
 void gras_init(int *argc,char **argv, const char *defaultlog) {
 static int gras_running_process = 0;
 
 void gras_init(int *argc,char **argv, const char *defaultlog) {