Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2008-03-12 20:05:57 +0000
committereutarass2008-03-12 20:05:57 +0000
commit392b57821fbc1be56afb076a13464db8f5dde6d5 (patch)
tree3a8adea1431c9d0ccdee39307a19c3578701ddd3 /examples
parent2dee78a67b8f74243b87621b1943edcf8fe3510a (diff)
downloadorg.eclipse.tcf-392b57821fbc1be56afb076a13464db8f5dde6d5.tar.gz
org.eclipse.tcf-392b57821fbc1be56afb076a13464db8f5dde6d5.tar.xz
org.eclipse.tcf-392b57821fbc1be56afb076a13464db8f5dde6d5.zip
Bug 222255: TCF Trace facility must be configurable
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
index c2b1a5cb3..2cdf7f351 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
+++ b/examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h
@@ -31,7 +31,8 @@
#define SERVICE_FileSystem 1
#define SERVICE_SysMonitor TARGET_UNIX
-#endif
+#define ENABLE_Trace 1
+
#ifdef CONFIG_MAIN
/*
@@ -55,5 +56,6 @@ static void ini_services(Protocol * proto, TCFBroadcastGroup * bcg, TCFSuspendGr
ini_daytime_service(proto);
}
-#endif
+#endif /* CONFIG_MAIN */
+#endif /* D_config */

Back to the top