mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
cb6707405c
Of the backends that support edge-triggered IO, most (all?) do not support attempts to mix edge-triggered and level-triggered IO on the same FD. With debugging mode enabled, we now detect and refuse attempts to add a level-triggered IO event to an fd that already has an edge-triggered IO event, and vice versa.