summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/ev++.h b/ev++.h
index 52ebf29..c400bf1 100644
--- a/ev++.h
+++ b/ev++.h
@@ -79,21 +79,22 @@ namespace ev {
enum
{
- AUTO = EVFLAG_AUTO,
- NOENV = EVFLAG_NOENV,
+ AUTO = EVFLAG_AUTO,
+ NOENV = EVFLAG_NOENV,
FORKCHECK = EVFLAG_FORKCHECK,
- SELECT = EVBACKEND_SELECT,
- POLL = EVBACKEND_POLL,
- EPOLL = EVBACKEND_EPOLL,
- KQUEUE = EVBACKEND_KQUEUE,
- DEVPOLL = EVBACKEND_DEVPOLL,
- PORT = EVBACKEND_PORT
+
+ SELECT = EVBACKEND_SELECT,
+ POLL = EVBACKEND_POLL,
+ EPOLL = EVBACKEND_EPOLL,
+ KQUEUE = EVBACKEND_KQUEUE,
+ DEVPOLL = EVBACKEND_DEVPOLL,
+ PORT = EVBACKEND_PORT
};
enum
{
NONBLOCK = EVLOOP_NONBLOCK,
- ONESHOT = EVLOOP_ONESHOT
+ ONESHOT = EVLOOP_ONESHOT
};
enum how_t