From: schnorr Date: Thu, 2 Dec 2010 16:33:28 +0000 (+0000) Subject: [trace] undef constants used only in this source file to avoid re-use elsewhere X-Git-Tag: v3.6_beta2~1010 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b8d47fb09a28070a7f511f281e144c6f81d86188 [trace] undef constants used only in this source file to avoid re-use elsewhere git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8904 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index 65c8a7f865..55dd066e11 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -154,4 +154,15 @@ void TRACE_global_init(int *argc, char **argv) trace_configured = 1; } +#undef OPT_TRACING +#undef OPT_TRACING_SMPI +#undef OPT_TRACING_SMPI_GROUP +#undef OPT_TRACING_PLATFORM +#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 + #endif