From: mquinson Date: Thu, 29 Nov 2007 14:44:08 +0000 (+0000) Subject: Revert Malek's last change. Removing the feature is not the right strategy to port... X-Git-Tag: v3.3~757 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a0f64868be448bd2a3ecb02f597e78d34d8a1979 Revert Malek's last change. Removing the feature is not the right strategy to port stuff to windows git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5091 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/log.h b/include/xbt/log.h index df5cbcb192..0d5cc244f3 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -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, \