X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/aa3db4d9af85499b82ea83235a1400f24a2965c8..149ff7181e0f706d39af5f837a6da24fcfc50cbb:/ev.h?ds=sidebyside diff --git a/ev.h b/ev.h index 6e0e0bd..1e88f02 100644 --- a/ev.h +++ b/ev.h @@ -168,12 +168,14 @@ 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); - 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 */