From: Lucas Schnorr Date: Thu, 16 Jun 2011 10:50:57 +0000 (+0200) Subject: [trace] fix undefs of trace configuration X-Git-Tag: v3_6_rc3~2^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/93480031ad7a8c5b81c7a5ee3a5323d0cf5add32 [trace] fix undefs of trace configuration --- 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