From 4fe69b0927f4c5d0cb3b3ae4fa64500db22b13d0 Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Tue, 6 Dec 2016 16:42:41 +0900 Subject: unix socket: IPC code isolation Signed-off-by: Christoph Lipka Signed-off-by: Vo Trung Chi --- include/dlt/dlt_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/dlt/dlt_types.h') diff --git a/include/dlt/dlt_types.h b/include/dlt/dlt_types.h index c47ba50..cddc349 100644 --- a/include/dlt/dlt_types.h +++ b/include/dlt/dlt_types.h @@ -178,6 +178,7 @@ typedef enum typedef float float32_t; typedef double float64_t; +#ifdef DLT_USE_UNIX_SOCKET_IPC /** * Definition Library connection state */ @@ -187,5 +188,6 @@ typedef enum DLT_USER_CONNECTED, DLT_USER_RETRY_CONNECT } DltUserConnectionState; +#endif #endif /* DLT_TYPES_H */ -- cgit v1.2.1