diff options
author | Thomas Schuetz | 2013-01-04 09:22:42 +0000 |
---|---|---|
committer | Thomas Schuetz | 2013-01-04 09:22:42 +0000 |
commit | ec0a83ccb44871498c61260c961a911ec2663531 (patch) | |
tree | 8b33e00ce692fa01befa7e460eb5137aae79a3ce /runtime/org.eclipse.etrice.runtime.c/src/config | |
parent | 79a0e2b3c89bc76732d30fd1aa22bb38ba008394 (diff) | |
download | org.eclipse.etrice-ec0a83ccb44871498c61260c961a911ec2663531.tar.gz org.eclipse.etrice-ec0a83ccb44871498c61260c961a911ec2663531.tar.xz org.eclipse.etrice-ec0a83ccb44871498c61260c961a911ec2663531.zip |
[runtime.c] first changes for multi threading and physical model
Change-Id: I68a39353ba0f293d8ff8bb90f2b5d340b43f3ac4
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/config')
-rw-r--r-- | runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h b/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h index b1759ab47..9ae2781bb 100644 --- a/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h +++ b/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h @@ -29,5 +29,7 @@ #define MESSAGE_POOL_MAX 50
#define MESSAGE_BLOCK_SIZE 64
+/* enable multi threading (e.g. for protection of message queues) */
+#define ET_MULTI_THREADING
#endif /* ETGLOBALFLAGS_H_ */
|