diff options
Diffstat (limited to '')
-rw-r--r-- | minui/events.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/minui/events.c b/minui/events.c index fe364bf01..008a7d8d8 100644 --- a/minui/events.c +++ b/minui/events.c @@ -132,6 +132,11 @@ int ev_add_fd(int fd, ev_callback cb, void *data) return ret; } +int ev_get_epollfd(void) +{ + return epollfd; +} + void ev_exit(void) { while (ev_count > 0) { |