From 7450ba81004d0f073175d12762f37ad845a16177 Mon Sep 17 00:00:00 2001 From: Yusuke Sato Date: Mon, 29 Feb 2016 23:28:59 +0100 Subject: Add: Configuration of option of get log info response during context registration Option of get log info response during context registration was fixed to 7. This modification enables to change that option. Signed-off-by: Yusuke Sato Change-Id: Ia75f15cdb33e0bffd77c5ba71a1960e820714e61 --- src/daemon/dlt-daemon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon/dlt-daemon.h') diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h index 947b892..a20af75 100644 --- a/src/daemon/dlt-daemon.h +++ b/src/daemon/dlt-daemon.h @@ -124,6 +124,7 @@ typedef struct unsigned int port; /**< port number */ char ctrlSockPath[DLT_DAEMON_FLAG_MAX]; /**< Path to Control socket */ int gatewayMode; /**< (Boolean) Gateway Mode */ + int autoResponseGetLogInfoOption; /**< (int) The Option of automatic get log info response during context registration. (Default: 7)*/ int contextLogLevel; /**< (int) log level sent to context if registered with default log-level or if enforced*/ int contextTraceStatus; /**< (int) trace status sent to context if registered with default trace status or if enforced*/ int enforceContextLLAndTS; /**< (Boolean) Enforce log-level, trace-status not to exceed contextLogLevel, contextTraceStatus */ -- cgit v1.2.1