ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.h
(Generate patch)

Comparing libev/ev.h (file contents):
Revision 1.23 by root, Fri Nov 2 22:03:00 2007 UTC vs.
Revision 1.25 by root, Sat Nov 3 11:44:44 2007 UTC

166 EV_WATCHER (ev_check); 166 EV_WATCHER (ev_check);
167}; 167};
168 168
169/* invoked when sigchld is received and waitpid indicates the givne pid */ 169/* invoked when sigchld is received and waitpid indicates the givne pid */
170/* revent EV_CHILD */ 170/* revent EV_CHILD */
171/* does not support priorities */
171struct ev_child 172struct ev_child
172{ 173{
173 EV_WATCHER_LIST (ev_child); 174 EV_WATCHER_LIST (ev_child);
174 175
175 int pid; /* ro */ 176 int pid; /* ro */
177 int rpid; /* rw, holds the received pid */
176 int status; /* rw, holds the exit status, use the macros from sys/wait.h */ 178 int rstatus; /* rw, holds the exit status, use the macros from sys/wait.h */
177}; 179};
178 180
179#define EVMETHOD_AUTO 0 /* consults environment */ 181#define EVMETHOD_AUTO 0 /* consults environment */
180#define EVMETHOD_SELECT 1 182#define EVMETHOD_SELECT 1
181#define EVMETHOD_POLL 2 183#define EVMETHOD_POLL 2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines