X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/97d13963fc4bcb24172fd562b6600d79e8a6997d..8412602500cae5f46897c6a85de6816c2ba8d427:/include/xbt/log.h diff --git a/include/xbt/log.h b/include/xbt/log.h index 45d8b8c075..7df75c3aeb 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -251,8 +251,9 @@ struct xbt_log_event_s { e_xbt_log_priority_t priority; const char* fileName; const char* functionName; - int lineNum; + int lineNum; va_list ap; + va_list ap_copy; /* need a copy to launch dynamic layouts when the static ones overflowed */ char buffer[XBT_LOG_BUFF_SIZE]; };