X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a35e717fdc32c356eebc3dfdd71d1a8639af20a6..3203ed1f4fb6f4617e94d5351661ba07e8b8f833:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index 28e25061b7..0ce0cd4552 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -1,6 +1,6 @@ /* log - a generic logging facility in the spirit of log4j */ -/* Copyright (c) 2004-2014. The SimGrid Team. +/* Copyright (c) 2004-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -11,15 +11,15 @@ #include /* snprintf */ #include /* snprintf */ -#include "portable.h" /* to get a working stdarg.h */ +#include "src/portable.h" /* to get a working stdarg.h */ -#include "xbt_modinter.h" +#include "src/xbt_modinter.h" #include "xbt/misc.h" #include "xbt/ex.h" #include "xbt/str.h" #include "xbt/sysdep.h" -#include "xbt/log_private.h" +#include "src/xbt/log_private.h" #include "xbt/dynar.h" #include "xbt/xbt_os_thread.h" @@ -643,8 +643,6 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(mc_ignore); XBT_LOG_CONNECT(mcer_ignore); XBT_LOG_CONNECT(mc_liveness); - // This one is not in libsimgrid: - // XBT_LOG_CONNECT(mc_main); XBT_LOG_CONNECT(mc_memory); XBT_LOG_CONNECT(mc_memory_map); XBT_LOG_CONNECT(mc_page_snapshot); @@ -717,12 +715,6 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(surf_lagrange_dichotomy); XBT_LOG_CONNECT(surf_maxmin); XBT_LOG_CONNECT(surf_network); -#ifdef HAVE_GTNETS - XBT_LOG_CONNECT(surf_network_gtnets); - XBT_LOG_CONNECT(surf_network_gtnets_interface); - XBT_LOG_CONNECT(surf_network_gtnets_simulator); - XBT_LOG_CONNECT(surf_network_gtnets_topology); -#endif #ifdef HAVE_NS3 XBT_LOG_CONNECT(ns3); #endif