summaryrefslogtreecommitdiff
path: root/nio.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-10-04 15:21:55 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-10-05 12:32:45 +0200
commit73b8c378f2bbfe1f59c3bfac3479f351063194a7 (patch)
tree39ca9ed6a87ab6040a8e9175f702f0eb509be367 /nio.h
parenta0e0611c56e9bd291e3ae7f534ab279fc9143369 (diff)
nDPId event I/O fixes.
* forcibly disable epoll even if available * nDPId-test event I/O selftest * CI event I/O tests Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nio.h')
-rw-r--r--nio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nio.h b/nio.h
index 5ee67d883..d1f5add72 100644
--- a/nio.h
+++ b/nio.h
@@ -15,7 +15,7 @@ enum
NIO_EVENT_INVALID = 0,
NIO_EVENT_INPUT = 1,
NIO_EVENT_OUTPUT = 2,
- NIO_EVENT_ERROR = 3,
+ NIO_EVENT_ERROR = 4,
};
struct nio