From 93480031ad7a8c5b81c7a5ee3a5323d0cf5add32 Mon Sep 17 00:00:00 2001 From: Lucas Schnorr Date: Thu, 16 Jun 2011 12:50:57 +0200 Subject: [PATCH] [trace] fix undefs of trace configuration --- src/instr/instr_config.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index 1bd308f42c..95e03962a3 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -505,9 +505,10 @@ void TRACE_generate_triva_cat_conf (void) #undef OPT_TRACING_UNCATEGORIZED #undef OPT_TRACING_MSG_TASK #undef OPT_TRACING_MSG_PROCESS -#undef OPT_TRACING_MSG_VOLUME #undef OPT_TRACING_FILENAME -#undef OPT_TRACING_PLATFORM_METHOD +#undef OPT_TRACING_BUFFER +#undef OPT_TRACING_ONELINK_ONLY +#undef OPT_TRACING_DISABLE_DESTROY #undef OPT_TRIVA_UNCAT_CONF #undef OPT_TRIVA_CAT_CONF -- 2.20.1