X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f294c4b59f922f3e15494d33296667a425347bb..a2f695076e4f11e4033d66ad57e2274505f60d1c:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index 952429d335..4a65fcd0d8 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -6,7 +6,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #include #include #include /* snprintf */ @@ -546,7 +545,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(xbt); XBT_LOG_CONNECT(graphxml_parse); XBT_LOG_CONNECT(log); -#if HAVE_MMAP +#if HAVE_MMALLOC XBT_LOG_CONNECT(mm_diff); #endif XBT_LOG_CONNECT(module); @@ -624,7 +623,9 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(mc_checkpoint); XBT_LOG_CONNECT(mc_compare); XBT_LOG_CONNECT(mc_dpor); + XBT_LOG_CONNECT(mc_dwarf); XBT_LOG_CONNECT(mc_global); + XBT_LOG_CONNECT(mc_hash); XBT_LOG_CONNECT(mc_liveness); XBT_LOG_CONNECT(mc_memory); XBT_LOG_CONNECT(mc_memory_map);