summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorroot <root>2008-09-30 18:35:47 +0000
committerroot <root>2008-09-30 18:35:47 +0000
commit0f8d20c4e280c663bf0421c7ee3db7ff7eaef5f1 (patch)
tree68e8bbf8edd5c907771f55e814f0b6aca35360a3 /ev++.h
parent2736c2b0a7a4e6fbb8fdb117eef4cef1a2261eb1 (diff)
*** empty log message ***
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