From 2effa898dc268764f73171d1e363023bbd77010c Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 15 Sep 2011 15:43:22 +0200 Subject: Added configuration file parameter -c. --- 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 04eef6e..97357e1 100755 --- a/src/daemon/dlt-daemon.h +++ b/src/daemon/dlt-daemon.h @@ -105,6 +105,7 @@ typedef struct char yvalue[256]; /**< (String: Devicename) Additional support for serial device */ 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) */ } DltDaemonFlags; /** -- cgit v1.2.1