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

Comparing libev/ev.h (file contents):
Revision 1.75 by root, Wed Nov 28 17:32:24 2007 UTC vs.
Revision 1.76 by root, Thu Nov 29 17:28:13 2007 UTC

310/* bits for ev_default_loop and ev_loop_new */ 310/* bits for ev_default_loop and ev_loop_new */
311/* the default */ 311/* the default */
312#define EVFLAG_AUTO 0x00000000UL /* not quite a mask */ 312#define EVFLAG_AUTO 0x00000000UL /* not quite a mask */
313/* flag bits */ 313/* flag bits */
314#define EVFLAG_NOENV 0x01000000UL /* do NOT consult environment */ 314#define EVFLAG_NOENV 0x01000000UL /* do NOT consult environment */
315#define EVFLAG_FORKCHECK 0x02000000UL /* check for a fork in each iteration */
315/* method bits to be ored together */ 316/* method bits to be ored together */
316#define EVBACKEND_SELECT 0x00000001UL /* about anywhere */ 317#define EVBACKEND_SELECT 0x00000001UL /* about anywhere */
317#define EVBACKEND_POLL 0x00000002UL /* !win */ 318#define EVBACKEND_POLL 0x00000002UL /* !win */
318#define EVBACKEND_EPOLL 0x00000004UL /* linux */ 319#define EVBACKEND_EPOLL 0x00000004UL /* linux */
319#define EVBACKEND_KQUEUE 0x00000008UL /* bsd */ 320#define EVBACKEND_KQUEUE 0x00000008UL /* bsd */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines