summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.h
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-27 15:26:38 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-27 15:26:38 +0200
commit9e988e62b4a4c88621f34e053c3ab8567d8c299a (patch)
tree085d554eacb682633ff8d6c121da1a4faa5f6333 /src/daemon/dlt-daemon.h
parent2f6a373dc9d71ce47cf13d086726e91e6bd7d021 (diff)
downloadDLT-daemon-9e988e62b4a4c88621f34e053c3ab8567d8c299a.tar.gz
[GSW-13] Support for keep-alive messages as configuration parameter
Diffstat (limited to 'src/daemon/dlt-daemon.h')
-rwxr-xr-xsrc/daemon/dlt-daemon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h
index 7ddccdd..6a84008 100755
--- a/src/daemon/dlt-daemon.h
+++ b/src/daemon/dlt-daemon.h
@@ -104,7 +104,8 @@ typedef struct
char yvalue[256]; /**< (String: Devicename) Additional support for serial device */
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 */
+ int sharedMemorySize; /**< (String: Directory) FSize of shared memory (Default: 100000) */
+ int sendMessageTime; /**< (Boolean) Send periodic Message Time if client is connected (Default: 0) */
} DltDaemonFlags;
/**