summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon_cfg.h
diff options
context:
space:
mode:
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) */