From a3dd0b954e8f020d535afb2c9e315cc33fea681e Mon Sep 17 00:00:00 2001 From: Manikandan C Date: Wed, 10 Feb 2016 13:46:35 +0530 Subject: CommonControl: Unix socket path and ecuid parsing for control applications Signed-off-by: Manikandan C Change-Id: I023c6bccbe3977d50b77bb601df80643d8e2d82c --- include/dlt/dlt_client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/dlt/dlt_client.h b/include/dlt/dlt_client.h index a4d3181..9af7421 100644 --- a/include/dlt/dlt_client.h +++ b/include/dlt/dlt_client.h @@ -94,6 +94,7 @@ typedef struct int port; /**< Port for TCP connections (optional) */ char *serialDevice; /**< serialDevice Devicename of serial device */ char *socketPath; /**< socketPath Unix socket path */ + char ecuid[4]; /**< ECUiD */ speed_t baudrate; /**< baudrate Baudrate of serial interface, as speed_t */ DltClientMode mode; /**< mode DltClientMode */ } DltClient; -- cgit v1.2.1