summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.h
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-26 17:26:11 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-26 17:26:11 +0200
commitbd41c67478a0ecb745c20510eab6228398ea59ea (patch)
treed31cbf4a4a8ca760835bb10c67b6b9a25d1f9f16 /src/daemon/dlt-daemon.h
parent263c0316ef06a4894c1fe8982063366d32f47d8e (diff)
downloadDLT-daemon-bd41c67478a0ecb745c20510eab6228398ea59ea.tar.gz
Shared memory size parameter added to configuration.
Diffstat (limited to 'src/daemon/dlt-daemon.h')
-rwxr-xr-xsrc/daemon/dlt-daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h
index 1e21ee6..9a04235 100755
--- a/src/daemon/dlt-daemon.h
+++ b/src/daemon/dlt-daemon.h
@@ -105,6 +105,7 @@ typedef struct
char uvalue[256]; /**< (String: Ringbuffer) Size of the ringbuffer in bytes (Default: 10024) */
char ivalue[256]; /**< (String: Directory) Directory where to store the persistant configuration (Default: /tmp) */
char cvalue[256]; /**< (String: Directory) Filename of DLT configuration file (Default: /etc/dlt.conf) */
+ int sharedMemorySize; /**< (String: Directory) FSize of shared memory (Default: 100000 */
} DltDaemonFlags;
/**