summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_connection_types.h
diff options
context:
space:
mode:
authorFrederic Berat <fberat@de.adit-jv.com>2015-12-03 13:22:26 +0100
committerGernot Wirschal <gernot.wirschal@bmw.de>2016-04-28 13:31:55 +0200
commitdf57c468df1f7f2e2f38f3db3c087cc4ca56fed1 (patch)
tree45736fd8745915b8aaa3473fb6ad1ee7b1e37658 /src/daemon/dlt_daemon_connection_types.h
parenta9a43701138c99b3211ded8d388666161f7cde67 (diff)
downloadDLT-daemon-df57c468df1f7f2e2f38f3db3c087cc4ca56fed1.tar.gz
dlt-daemon: Connection activation rework
The activation of the connection is now centralized in one common function. Signed-off-by: Frederic Berat <fberat@de.adit-jv.com> Change-Id: I86703eab411088905a85f526d5102875e2c92b7e
Diffstat (limited to 'src/daemon/dlt_daemon_connection_types.h')
-rw-r--r--src/daemon/dlt_daemon_connection_types.h1
1 files changed, 1 insertions, 0 deletions
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 */