From f123911c49df152e9b27ab4df77b12a03b6abfa2 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Nov 2007 09:19:58 +0000 Subject: add rpid/rstatus --- ev.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ev.h') diff --git a/ev.h b/ev.h index 6e0e0bd..8d2922d 100644 --- a/ev.h +++ b/ev.h @@ -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 */ -- cgit v1.2.3