diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-02-22 23:27:15 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-04-16 23:40:56 +0200 |
commit | 558ba6935cc99188018bff9c43a701a291b1aafc (patch) | |
tree | 1e6afb111a85c6c6d99d64cfeea457a1f1ff4fc6 /events.h | |
parent | 74fe31ca9a338ed6874e072e5f750f9c59f7b329 (diff) |
Add support for exception events
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'events.h')
-rw-r--r-- | events.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ struct events { int maxfd; fd_set rfds; fd_set wfds; + fd_set efds; }; void events_watch_fd(struct events *events, int fd, |