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

Comparing libev/ev.h (file contents):
Revision 1.66 by root, Sat Nov 24 07:14:26 2007 UTC vs.
Revision 1.67 by root, Sat Nov 24 07:14:49 2007 UTC

240 struct ev_idle idle; 240 struct ev_idle idle;
241 struct ev_prepare prepare; 241 struct ev_prepare prepare;
242 struct ev_check check; 242 struct ev_check check;
243 struct ev_signal signal; 243 struct ev_signal signal;
244 struct ev_child child; 244 struct ev_child child;
245#if EV_MULTIPLICITY
245 struct ev_embed embed; 246 struct ev_embed embed;
247#endif
246}; 248};
247 249
248/* bits for ev_default_loop and ev_loop_new */ 250/* bits for ev_default_loop and ev_loop_new */
249/* the default */ 251/* the default */
250#define EVFLAG_AUTO 0x00000000UL /* not quite a mask */ 252#define EVFLAG_AUTO 0x00000000UL /* not quite a mask */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines