From bd41c67478a0ecb745c20510eab6228398ea59ea Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Mon, 26 Sep 2011 17:26:11 +0200 Subject: Shared memory size parameter added to configuration. --- src/daemon/dlt-daemon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon/dlt-daemon.h') 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; /** -- cgit v1.2.1