| ... | @@ -553,6 +553,9 @@ pub const EV_ONESHOT = 0x0010; | ... | @@ -553,6 +553,9 @@ pub const EV_ONESHOT = 0x0010; |
| 553 | /// clear event state after reporting | 553 | /// clear event state after reporting |
| 554 | pub const EV_CLEAR = 0x0020; | 554 | pub const EV_CLEAR = 0x0020; |
| 555 | | 555 | |
| | 556 | /// error, event data contains errno |
| | 557 | pub const EV_ERROR = 0x4000; |
| | 558 | |
| 556 | /// force immediate event output | 559 | /// force immediate event output |
| 557 | /// ... with or without EV_ERROR | 560 | /// ... with or without EV_ERROR |
| 558 | /// ... use KEVENT_FLAG_ERROR_EVENTS | 561 | /// ... use KEVENT_FLAG_ERROR_EVENTS |