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

Comparing libev/ev.h (file contents):
Revision 1.64 by root, Fri Nov 23 19:13:33 2007 UTC vs.
Revision 1.65 by root, Sat Nov 24 06:23:27 2007 UTC

327unsigned int ev_backend (EV_P); 327unsigned int ev_backend (EV_P);
328#endif 328#endif
329 329
330#define EVLOOP_NONBLOCK 1 /* do not block/wait */ 330#define EVLOOP_NONBLOCK 1 /* do not block/wait */
331#define EVLOOP_ONESHOT 2 /* block *once* only */ 331#define EVLOOP_ONESHOT 2 /* block *once* only */
332#define EVUNLOOP_CANCEL 0 /* undo unloop */
332#define EVUNLOOP_ONE 1 /* unloop once */ 333#define EVUNLOOP_ONE 1 /* unloop once */
333#define EVUNLOOP_ALL 2 /* unloop all loops */ 334#define EVUNLOOP_ALL 2 /* unloop all loops */
334 335
335#if EV_PROTOTYPES 336#if EV_PROTOTYPES
336void ev_loop (EV_P_ int flags); 337void ev_loop (EV_P_ int flags);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines