diff options
author | root <root> | 2007-11-27 10:59:10 +0000 |
---|---|---|
committer | root <root> | 2007-11-27 10:59:10 +0000 |
commit | 2e4f855ad17fd958d1643d2170054734053033fc (patch) | |
tree | 45b3c8fa4bf0b781f443aea504b3edc02e6f2fd2 /ev++.h | |
parent | ba71cf07f3506b8e303130e981d3b5b3e9ea5dc8 (diff) |
docs
Diffstat (limited to 'ev++.h')
-rw-r--r-- | ev++.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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, }; |