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

Comparing libev/ev.h (file contents):
Revision 1.70 by root, Tue Nov 27 08:11:52 2007 UTC vs.
Revision 1.71 by root, Tue Nov 27 09:17:52 2007 UTC

211 int rstatus; /* rw, holds the exit status, use the macros from sys/wait.h */ 211 int rstatus; /* rw, holds the exit status, use the macros from sys/wait.h */
212} ev_child; 212} ev_child;
213 213
214#if EV_STAT_ENABLE 214#if EV_STAT_ENABLE
215/* st_nlink = 0 means missing file or other error */ 215/* st_nlink = 0 means missing file or other error */
216#ifdef _WIN32
217typedef struct _stati64 ev_statdata;
218#else
216typedef struct stat ev_statdata; 219typedef struct stat ev_statdata;
220#endif
217 221
218/* invoked each time the stat data changes for a given path */ 222/* invoked each time the stat data changes for a given path */
219/* revent EV_STAT */ 223/* revent EV_STAT */
220typedef struct ev_stat 224typedef struct ev_stat
221{ 225{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines