X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c8936bbc125e2396d1573bb629dc9c32181b729f..a65f3848f8c892b4323f108569897489848ede92:/include/xbt/log.h diff --git a/include/xbt/log.h b/include/xbt/log.h index 3b77db3737..699acd1b49 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -139,6 +139,7 @@ typedef enum { NULL /* firstChild */, \ NULL /* nextSibling */, \ #catName, \ + desc, \ 0 /*initialized */, \ xbt_log_priority_uninitialized /* threshold */, \ 1 /* isThreshInherited */, \ @@ -258,6 +259,7 @@ struct xbt_log_category_s { xbt_log_category_t firstChild; xbt_log_category_t nextSibling; const char *name; + const char *description; int initialized; int threshold; int isThreshInherited;