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

Comparing libev/ev.h (file contents):
Revision 1.76 by root, Thu Nov 29 17:28:13 2007 UTC vs.
Revision 1.77 by root, Mon Dec 3 13:41:25 2007 UTC

386/* you can call it in either the parent or the child */ 386/* you can call it in either the parent or the child */
387/* you can actually call it at any time, anywhere :) */ 387/* you can actually call it at any time, anywhere :) */
388void ev_default_fork (void); 388void ev_default_fork (void);
389 389
390unsigned int ev_backend (EV_P); 390unsigned int ev_backend (EV_P);
391unsigned int ev_loop_count (EV_P);
391#endif 392#endif
392 393
393#define EVLOOP_NONBLOCK 1 /* do not block/wait */ 394#define EVLOOP_NONBLOCK 1 /* do not block/wait */
394#define EVLOOP_ONESHOT 2 /* block *once* only */ 395#define EVLOOP_ONESHOT 2 /* block *once* only */
395#define EVUNLOOP_CANCEL 0 /* undo unloop */ 396#define EVUNLOOP_CANCEL 0 /* undo unloop */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines