summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt-daemon.h')
-rwxr-xr-xsrc/daemon/dlt-daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h
index e229df5..8489ee6 100755
--- a/src/daemon/dlt-daemon.h
+++ b/src/daemon/dlt-daemon.h
@@ -104,6 +104,7 @@ typedef struct
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) */
} DltDaemonFlags;
/**