diff options
author | root <root> | 2007-11-03 11:44:44 +0000 |
---|---|---|
committer | root <root> | 2007-11-03 11:44:44 +0000 |
commit | 1c33c678365888dfd0e9ba9271dc55d6093d490d (patch) | |
tree | 24b8666dd0e4f9d785c5b86fdd66b02e1ecc3e03 /ev.h | |
parent | e3cb88fa576a8f24145df1c6962db20c8013700f (diff) |
rework signal and child handling
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -168,6 +168,7 @@ struct ev_check /* invoked when sigchld is received and waitpid indicates the givne pid */ /* revent EV_CHILD */ +/* does not support priorities */ struct ev_child { EV_WATCHER_LIST (ev_child); |