From 9e988e62b4a4c88621f34e053c3ab8567d8c299a Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Tue, 27 Sep 2011 15:26:38 +0200 Subject: [GSW-13] Support for keep-alive messages as configuration parameter --- src/daemon/dlt-daemon.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/daemon/dlt-daemon.h') 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; /** -- cgit v1.2.1