X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b36e8791797d299ccf61a294e7eb6dd39ecac7dc..66d97e68ea51b5514594e5818f75c7d844586eae:/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]; };