summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorroot <root>2007-11-27 10:59:10 +0000
committerroot <root>2007-11-27 10:59:10 +0000
commit2e4f855ad17fd958d1643d2170054734053033fc (patch)
tree45b3c8fa4bf0b781f443aea504b3edc02e6f2fd2 /ev++.h
parentba71cf07f3506b8e303130e981d3b5b3e9ea5dc8 (diff)
docs
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ev++.h b/ev++.h
index 9d0df26..ce18ca0 100644
--- a/ev++.h
+++ b/ev++.h
@@ -52,10 +52,13 @@ namespace ev {
TIMEOUT = EV_TIMEOUT,
PERIODIC = EV_PERIODIC,
SIGNAL = EV_SIGNAL,
+ CHILD = EV_CHILD,
+ STAT = EV_STAT,
IDLE = EV_IDLE,
CHECK = EV_CHECK,
PREPARE = EV_PREPARE,
- CHILD = EV_CHILD,
+ FORK = EV_FORK,
+ EMBED = EV_EMBED,
ERROR = EV_ERROR,
};