diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-10-04 15:21:55 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-10-05 12:32:45 +0200 |
commit | 73b8c378f2bbfe1f59c3bfac3479f351063194a7 (patch) | |
tree | 39ca9ed6a87ab6040a8e9175f702f0eb509be367 /nio.h | |
parent | a0e0611c56e9bd291e3ae7f534ab279fc9143369 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |