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

Comparing libev/event.c (file contents):
Revision 1.38 by root, Mon Nov 17 03:37:08 2008 UTC vs.
Revision 1.39 by root, Tue Jan 6 19:46:56 2009 UTC

97 if (ev_x_cur) 97 if (ev_x_cur)
98 ev_x_cur = (struct event_base *)ev_loop_new (EVFLAG_AUTO); 98 ev_x_cur = (struct event_base *)ev_loop_new (EVFLAG_AUTO);
99 else 99 else
100 ev_x_cur = (struct event_base *)ev_default_loop (EVFLAG_AUTO); 100 ev_x_cur = (struct event_base *)ev_default_loop (EVFLAG_AUTO);
101#else 101#else
102 assert (("multiple event bases not supported when not compiled with EV_MULTIPLICITY", !ev_x_cur)); 102 assert (("libev: multiple event bases not supported when not compiled with EV_MULTIPLICITY", !ev_x_cur));
103 103
104 ev_x_cur = (struct event_base *)(long)ev_default_loop (EVFLAG_AUTO); 104 ev_x_cur = (struct event_base *)(long)ev_default_loop (EVFLAG_AUTO);
105#endif 105#endif
106 106
107 return ev_x_cur; 107 return ev_x_cur;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines