summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_connection_types.h
diff options
context:
space:
mode:
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 */