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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/dlt_daemon_connection_types.h b/src/daemon/dlt_daemon_connection_types.h
index bd89998..68a0400 100644
--- a/src/daemon/dlt_daemon_connection_types.h
+++ b/src/daemon/dlt_daemon_connection_types.h
@@ -33,8 +33,8 @@
typedef enum {
UNDEFINED, /* Undefined status */
- INACTIVE, /* Connection is inactive, excluded from epoll handling */
- ACTIVE, /* Connection is actively handled by epoll */
+ INACTIVE, /* Connection is inactive, excluded from poll handling */
+ ACTIVE, /* Connection is actively handled by poll */
DEACTIVATE,/* Request for deactivation of the connection */
ACTIVATE /* Request for activation of the connection */
} DltConnectionStatus;