X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..debd23d022bac4392bf3847e611b81cfd4915ffc:/include/xbt/log.h diff --git a/include/xbt/log.h b/include/xbt/log.h index a964acdc04..5a0df31b4b 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -33,8 +33,7 @@ #ifndef _XBT_LOG_H_ #define _XBT_LOG_H_ -#include "simgrid_config.h" - +#include "xbt/misc.h" #include SG_BEGIN_DECL() /**\brief Log priorities @@ -705,6 +704,7 @@ extern xbt_log_layout_t xbt_log_default_layout; * @brief Log at TRACE priority that we entered in current function, appending a user specified format taking 5 args (XBT_INn exists for all n in [1,6]) */ #define XBT_IN5(fmt,a,b,c,d,e) LOG6(xbt_log_priority_trace, ">> begin of %s" fmt, _XBT_FUNCTION, a,b,c,d,e) +#define XBT_IN6(fmt,a,b,c,d,e,f) LOG7(xbt_log_priority_trace, ">> begin of %s" fmt, _XBT_FUNCTION, a,b,c,d,e,f) /** @ingroup XBT_log * @hideinitializer * @brief Log at TRACE priority that we exited the current function.