summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon_cfg.h
diff options
context:
space:
mode:
authorLassi Marttala <lassi.lm.marttala@partner.bmw.de>2012-06-05 13:11:23 +0200
committerChristian Muck <christian.muck@bmw.de>2012-06-13 23:53:21 +0200
commit8fc9c8b59cfde03330fab649a5a084b8c95c08ed (patch)
tree419f3ab604dd5cfaed2f8576528a25b2be48fedb /src/daemon/dlt-daemon_cfg.h
parent5c26365f65f8859c131aa5d9fe949b3e640e5038 (diff)
downloadDLT-daemon-8fc9c8b59cfde03330fab649a5a084b8c95c08ed.tar.gz
[GDLT-94]: Send periodic software version messages.
Signed-off-by: Christian Muck <christian.muck@bmw.de>
Diffstat (limited to 'src/daemon/dlt-daemon_cfg.h')
-rwxr-xr-xsrc/daemon/dlt-daemon_cfg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/dlt-daemon_cfg.h b/src/daemon/dlt-daemon_cfg.h
index a038070..24ad20e 100755
--- a/src/daemon/dlt-daemon_cfg.h
+++ b/src/daemon/dlt-daemon_cfg.h
@@ -72,6 +72,9 @@
/* Stack size of timing packet thread */
#define DLT_DAEMON_TIMINGPACKET_THREAD_STACKSIZE 100000
+/* Stack size of ecu version thread */
+#define DLT_DAEMON_ECU_VERSION_THREAD_STACKSIZE 100000
+
/* Size of receive buffer for fifo connection (from user application) */
#define DLT_DAEMON_RCVBUFSIZE 10024
/* Size of receive buffer for socket connection (from dlt client) */