Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] undef constants used only in this source file to avoid re-use elsewhere
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Dec 2010 16:33:28 +0000 (16:33 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 2 Dec 2010 16:33:28 +0000 (16:33 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8904 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/instr/instr_config.c

index 65c8a7f..55dd066 100644 (file)
@@ -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