--- libev/ev.h 2007/11/03 09:19:58 1.24 +++ libev/ev.h 2007/11/03 19:41:55 1.26 @@ -86,7 +86,7 @@ #define EV_WATCHER_LIST(type) \ EV_WATCHER (type); \ - struct type *next /* private */ + struct ev_watcher_list *next /* private */ #define EV_WATCHER_TIME(type) \ EV_WATCHER (type); \ @@ -168,6 +168,7 @@ /* 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);