diff options
author | root <root> | 2007-11-03 09:19:58 +0000 |
---|---|---|
committer | root <root> | 2007-11-03 09:19:58 +0000 |
commit | f123911c49df152e9b27ab4df77b12a03b6abfa2 (patch) | |
tree | 0d76843ddd6b7896440174392f6d2ba7db924662 /ev.h | |
parent | 120eeba0bed6b77e91b32b8cd0fb875c314bc092 (diff) |
add rpid/rstatus
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -172,8 +172,9 @@ 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 */ |