summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_common_cfg.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_common_cfg.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_common_cfg.h')
-rwxr-xr-xsrc/daemon/dlt_daemon_common_cfg.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/daemon/dlt_daemon_common_cfg.h b/src/daemon/dlt_daemon_common_cfg.h
index 57db30e..0d076fe 100755
--- a/src/daemon/dlt_daemon_common_cfg.h
+++ b/src/daemon/dlt_daemon_common_cfg.h
@@ -84,10 +84,12 @@
/* Changable */
/*************/
+/* Default Path for runtime configuration */
+#define DLT_RUNTIME_DEFAULT_DIRECTORY "/tmp"
/* Path and filename for runtime configuration (applications) */
-#define DLT_RUNTIME_APPLICATION_CFG "/tmp/dlt-runtime-application.cfg"
+#define DLT_RUNTIME_APPLICATION_CFG "/dlt-runtime-application.cfg"
/* Path and filename for runtime configuration (contexts) */
-#define DLT_RUNTIME_CONTEXT_CFG "/tmp/dlt-runtime-context.cfg"
+#define DLT_RUNTIME_CONTEXT_CFG "/dlt-runtime-context.cfg"
/* Size of text buffer */
#define DLT_DAEMON_TEXTBUFSIZE 255