summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_common_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt_daemon_common_cfg.h')
-rw-r--r--src/daemon/dlt_daemon_common_cfg.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/daemon/dlt_daemon_common_cfg.h b/src/daemon/dlt_daemon_common_cfg.h
index e0f99da..d08a20e 100644
--- a/src/daemon/dlt_daemon_common_cfg.h
+++ b/src/daemon/dlt_daemon_common_cfg.h
@@ -74,6 +74,7 @@
/* Changable */
/*************/
+
/* Default Path for runtime configuration */
#define DLT_RUNTIME_DEFAULT_DIRECTORY "/tmp"
/* Path and filename for runtime configuration (applications) */
@@ -83,6 +84,10 @@
/* Path and filename for runtime configuration */
#define DLT_RUNTIME_CONFIGURATION "/dlt-runtime.cfg"
+/* Default Path for control socket */
+#define DLT_DAEMON_DEFAULT_CTRL_SOCK_PATH DLT_RUNTIME_DEFAULT_DIRECTORY \
+ "/dlt-ctrl.sock"
+
/* Size of text buffer */
#define DLT_DAEMON_COMMON_TEXTBUFSIZE 255
@@ -120,4 +125,3 @@
#define DLT_DAEMON_REMO_STRING "remo"
#endif /* DLT_DAEMON_COMMON_CFG_H */
-