diff options
Diffstat (limited to 'src/daemon/dlt_daemon_common_cfg.h')
-rwxr-xr-x | src/daemon/dlt_daemon_common_cfg.h | 6 |
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
|