From 8412602500cae5f46897c6a85de6816c2ba8d427 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 12 Oct 2007 08:26:54 +0000 Subject: [PATCH] Oops, I forgot this one git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4816 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/log.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]; }; -- 2.20.1