Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert Malek's last change. Removing the feature is not the right strategy to port...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 29 Nov 2007 14:44:08 +0000 (14:44 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 29 Nov 2007 14:44:08 +0000 (14:44 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5091 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/xbt/log.h

index df5cbcb..0d5cc24 100644 (file)
@@ -99,7 +99,7 @@ typedef enum {
  * XBT_LOG_NEW_CATEGORY */
 #define XBT_LOG_NEW_SUBCATEGORY_helper(catName, parent, desc) \
     XBT_EXPORT_NO_IMPORT(s_xbt_log_category_t) _XBT_LOGV(catName) = {       \
-        NULL,                             \
+        &_XBT_LOGV(parent),                             \
         NULL /* firstChild */,                          \
        NULL /* nextSibling */,                         \
         #catName,                                       \