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

Comparing libev/ev.h (file contents):
Revision 1.150 by root, Sun Oct 24 18:05:53 2010 UTC vs.
Revision 1.151 by root, Sun Oct 24 18:09:58 2010 UTC

98#ifndef EV_IDLE_ENABLE 98#ifndef EV_IDLE_ENABLE
99# define EV_IDLE_ENABLE EV_FEATURE_WATCHERS 99# define EV_IDLE_ENABLE EV_FEATURE_WATCHERS
100#endif 100#endif
101 101
102#ifndef EV_FORK_ENABLE 102#ifndef EV_FORK_ENABLE
103# define EV_FORK_ENABLE 0 /* not implemented */ 103# define EV_FORK_ENABLE EV_FEATURE_WATCHERS
104#endif 104#endif
105 105
106#ifndef EV_CLEANUP_ENABLE 106#ifndef EV_CLEANUP_ENABLE
107# define EV_CLEANUP_ENABLE EV_FEATURE_WATCHERS 107# define EV_CLEANUP_ENABLE 0 /* not implemented */
108#endif 108#endif
109 109
110#ifndef EV_SIGNAL_ENABLE 110#ifndef EV_SIGNAL_ENABLE
111# define EV_SIGNAL_ENABLE EV_FEATURE_WATCHERS 111# define EV_SIGNAL_ENABLE EV_FEATURE_WATCHERS
112#endif 112#endif
425 ev_check check; /* unused */ 425 ev_check check; /* unused */
426 ev_timer timer; /* unused */ 426 ev_timer timer; /* unused */
427 ev_periodic periodic; /* unused */ 427 ev_periodic periodic; /* unused */
428 ev_idle idle; /* unused */ 428 ev_idle idle; /* unused */
429 ev_fork fork; /* private */ 429 ev_fork fork; /* private */
430#if EV_CLEANUP_ENABLE
430 ev_cleanup cleanup; /* unused */ 431 ev_cleanup cleanup; /* unused */
432#endif
431} ev_embed; 433} ev_embed;
432#endif 434#endif
433 435
434#if EV_ASYNC_ENABLE 436#if EV_ASYNC_ENABLE
435/* invoked when somebody calls ev_async_send on the watcher */ 437/* invoked when somebody calls ev_async_send on the watcher */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines