summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.h
diff options
context:
space:
mode:
authorAlexander.AW.Wenzel@bmw.de <Alexander.AW.Wenzel@bmw.de>2011-08-09 10:43:02 +0200
committerAlexander.AW.Wenzel@bmw.de <Alexander.AW.Wenzel@bmw.de>2011-08-09 10:43:02 +0200
commit885a1474729164f3f049a38c27c6f8c148fee95f (patch)
tree6790f26ac12cb19e1a311e2a5d622c36827bc4ab /src/daemon/dlt-daemon.h
parent11702b620d2ec8896af210168db81ee58923d9da (diff)
downloadDLT-daemon-885a1474729164f3f049a38c27c6f8c148fee95f.tar.gz
[GSW-28] Directory where persistent data is stored is not configurable. Fixed.
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;
/**