From 15e6973c5a8ab6c5573ca7ee72f410022efa0434 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 15 Sep 2011 15:09:36 +0200 Subject: First version of dlt-daemon option file --- src/daemon/dlt-daemon.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/daemon/dlt-daemon.h') diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h index 8489ee6..04eef6e 100755 --- a/src/daemon/dlt-daemon.h +++ b/src/daemon/dlt-daemon.h @@ -98,13 +98,13 @@ typedef struct int rflag; /**< (Boolean) Send automatic get log info response during context registration */ int mflag; /**< (Boolean) Sync to serial header on serial connection */ int nflag; /**< (Boolean) Sync to serial header on all TCP connections */ - char *ovalue; /**< (String: Filename) Store DLT messages to local log file */ - char *fvalue; /**< (String: Filename) Enable filtering of messages */ - char *evalue; /**< (String: ECU ID) Set ECU ID (Default: ECU1) */ - char *bvalue; /**< (String: Baudrate) Serial device baudrate (Default: 115200) */ - char *yvalue; /**< (String: Devicename) Additional support for serial device */ - char *uvalue; /**< (String: Ringbuffer) Size of the ringbuffer in bytes (Default: 10024) */ - char *ivalue; /**< (String: Directory) Directory where to store the persistant configuration (Default: /tmp) */ + char ovalue[256]; /**< (String: Filename) Store DLT messages to local log file */ + char fvalue[256]; /**< (String: Filename) Enable filtering of messages */ + char evalue[256]; /**< (String: ECU ID) Set ECU ID (Default: ECU1) */ + char bvalue[256]; /**< (String: Baudrate) Serial device baudrate (Default: 115200) */ + 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) */ } DltDaemonFlags; /** -- cgit v1.2.1