summaryrefslogtreecommitdiff
path: root/src/console/dlt-control-common.h
diff options
context:
space:
mode:
authorManikandan C <Manikandan.Chockalingam@in.bosch.com>2016-02-10 13:46:35 +0530
committerGernot Wirschal <gernot.wirschal@bmw.de>2016-04-28 14:52:50 +0200
commita3dd0b954e8f020d535afb2c9e315cc33fea681e (patch)
treee54dd333fac5684467362c7784bd825ee340989e /src/console/dlt-control-common.h
parenta966393ad7003d02870bceffa08df5ddf4bbf864 (diff)
downloadDLT-daemon-a3dd0b954e8f020d535afb2c9e315cc33fea681e.tar.gz
CommonControl: Unix socket path and ecuid parsing for control applications
Signed-off-by: Manikandan C <Manikandan.Chockalingam@in.bosch.com> Change-Id: I023c6bccbe3977d50b77bb601df80643d8e2d82c
Diffstat (limited to 'src/console/dlt-control-common.h')
-rw-r--r--src/console/dlt-control-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/console/dlt-control-common.h b/src/console/dlt-control-common.h
index b8d712f..927a585 100644
--- a/src/console/dlt-control-common.h
+++ b/src/console/dlt-control-common.h
@@ -31,6 +31,7 @@
#define DLT_CTRL_TIMEOUT 10
#define DLT_CTRL_ECUID_LEN 10
+#define DLT_DAEMON_FLAG_MAX 256
#ifndef pr_fmt
# define pr_fmt(fmt) fmt
@@ -69,6 +70,9 @@ void set_ecuid(char *);
long get_timeout(void);
void set_timeout(long);
+/*Parse dlt.conf file and return the value of requested configuration*/
+char *dlt_parse_config_param(char *config_id);
+
/* Initialize the connection to the daemon */
int dlt_control_init(int (*response_analyser)(char *, void *, int),
char *ecuid,