From 9585f876733b62fb29aaeb163f0f8c408765c9e3 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Tue, 11 Oct 2011 13:09:24 +0200 Subject: Added new API dlt_set_log_mode to enable/disable internal/external trace. --- src/daemon/dlt_daemon_common_cfg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/dlt_daemon_common_cfg.h') diff --git a/src/daemon/dlt_daemon_common_cfg.h b/src/daemon/dlt_daemon_common_cfg.h index 0d076fe..9248bfb 100755 --- a/src/daemon/dlt_daemon_common_cfg.h +++ b/src/daemon/dlt_daemon_common_cfg.h @@ -90,6 +90,8 @@ #define DLT_RUNTIME_APPLICATION_CFG "/dlt-runtime-application.cfg" /* Path and filename for runtime configuration (contexts) */ #define DLT_RUNTIME_CONTEXT_CFG "/dlt-runtime-context.cfg" +/* Path and filename for runtime configuration */ +#define DLT_RUNTIME_CONFIGURATION "/dlt-runtime.cfg" /* Size of text buffer */ #define DLT_DAEMON_TEXTBUFSIZE 255 -- cgit v1.2.1