Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2008-05-14 00:13:23 +0000
committereutarass2008-05-14 00:13:23 +0000
commit64307498bc09c82d9e2d00f9eb32d45c5658c3e5 (patch)
tree227527cc51e4caae96de752fb3970fe74d5f4ad7 /examples
parente5d17e159a17f6958055e0481c461fd662a7b71c (diff)
downloadorg.eclipse.tcf-64307498bc09c82d9e2d00f9eb32d45c5658c3e5.tar.gz
org.eclipse.tcf-64307498bc09c82d9e2d00f9eb32d45c5658c3e5.tar.xz
org.eclipse.tcf-64307498bc09c82d9e2d00f9eb32d45c5658c3e5.zip
1. Bug 229039: [tcf] Discovery service should be optional
2. Fixed Windows sockets error handling 3. Fixed Windows pthread_cond_timedwait() implementation - timeout value was not handled properly
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime.agent/config.h3
1 files changed, 2 insertions, 1 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 2cdf7f351..1f424d0c1 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
-#define ENABLE_Trace 1
+#define ENABLE_Trace 1
+#define ENABLE_Discovery 1
#ifdef CONFIG_MAIN

Back to the top