--- libev/ev.h 2007/11/02 22:03:00 1.23 +++ libev/ev.h 2007/11/03 09:19:58 1.24 @@ -172,8 +172,9 @@ { EV_WATCHER_LIST (ev_child); - int pid; /* ro */ - int status; /* rw, holds the exit status, use the macros from sys/wait.h */ + int pid; /* ro */ + int rpid; /* rw, holds the received pid */ + int rstatus; /* rw, holds the exit status, use the macros from sys/wait.h */ }; #define EVMETHOD_AUTO 0 /* consults environment */