From df57c468df1f7f2e2f38f3db3c087cc4ca56fed1 Mon Sep 17 00:00:00 2001 From: Frederic Berat Date: Thu, 3 Dec 2015 13:22:26 +0100 Subject: dlt-daemon: Connection activation rework The activation of the connection is now centralized in one common function. Signed-off-by: Frederic Berat Change-Id: I86703eab411088905a85f526d5102875e2c92b7e --- src/daemon/dlt_daemon_connection_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon/dlt_daemon_connection_types.h') diff --git a/src/daemon/dlt_daemon_connection_types.h b/src/daemon/dlt_daemon_connection_types.h index 353889c..1e1186b 100644 --- a/src/daemon/dlt_daemon_connection_types.h +++ b/src/daemon/dlt_daemon_connection_types.h @@ -75,6 +75,7 @@ typedef struct DltConnection { DltConnectionType type; /**< Represents what type of handle is this (like FIFO, serial, client, server) */ DltConnectionStatus status; /**< Status of connection */ struct DltConnection *next; /**< For multiple client connection using linked list */ + int ev_mask; /**< Mask to set when registering the connection for events */ } DltConnection; #endif /* DLT_DAEMON_CONNECTION_TYPES_H */ -- cgit v1.2.1