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

Comparing libev/ev.h (file contents):
Revision 1.132 by root, Wed Mar 10 08:19:39 2010 UTC vs.
Revision 1.133 by root, Wed Mar 10 09:23:07 2010 UTC

64 64
65#ifndef EV_STAT_ENABLE 65#ifndef EV_STAT_ENABLE
66# define EV_STAT_ENABLE 1 66# define EV_STAT_ENABLE 1
67#endif 67#endif
68 68
69#ifndef EV_PREPARE_ENABLE
70# define EV_PREPARE_ENABLE 1
71#endif
72
73#ifndef EV_CHECK_ENABLE
74# define EV_CHECK_ENABLE 1
75#endif
76
69#ifndef EV_IDLE_ENABLE 77#ifndef EV_IDLE_ENABLE
70# define EV_IDLE_ENABLE 1 78# define EV_IDLE_ENABLE 1
71#endif 79#endif
72 80
73#ifndef EV_FORK_ENABLE 81#ifndef EV_FORK_ENABLE
692# if EV_IDLE_ENABLE 700# if EV_IDLE_ENABLE
693void ev_idle_start (EV_P_ ev_idle *w); 701void ev_idle_start (EV_P_ ev_idle *w);
694void ev_idle_stop (EV_P_ ev_idle *w); 702void ev_idle_stop (EV_P_ ev_idle *w);
695# endif 703# endif
696 704
705#if EV_PREPARE_ENABLE
697void ev_prepare_start (EV_P_ ev_prepare *w); 706void ev_prepare_start (EV_P_ ev_prepare *w);
698void ev_prepare_stop (EV_P_ ev_prepare *w); 707void ev_prepare_stop (EV_P_ ev_prepare *w);
708#endif
699 709
710#if EV_CHECK_ENABLE
700void ev_check_start (EV_P_ ev_check *w); 711void ev_check_start (EV_P_ ev_check *w);
701void ev_check_stop (EV_P_ ev_check *w); 712void ev_check_stop (EV_P_ ev_check *w);
713#endif
702 714
703# if EV_FORK_ENABLE 715# if EV_FORK_ENABLE
704void ev_fork_start (EV_P_ ev_fork *w); 716void ev_fork_start (EV_P_ ev_fork *w);
705void ev_fork_stop (EV_P_ ev_fork *w); 717void ev_fork_stop (EV_P_ ev_fork *w);
706# endif 718# endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines