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

Comparing libev/ev.h (file contents):
Revision 1.7 by root, Wed Oct 31 10:50:05 2007 UTC vs.
Revision 1.8 by root, Wed Oct 31 11:52:12 2007 UTC

144void evio_start (struct ev_io *w); 144void evio_start (struct ev_io *w);
145void evio_stop (struct ev_io *w); 145void evio_stop (struct ev_io *w);
146 146
147void evtimer_start (struct ev_timer *w); 147void evtimer_start (struct ev_timer *w);
148void evtimer_stop (struct ev_timer *w); 148void evtimer_stop (struct ev_timer *w);
149void evtimer_again (struct ev_timer *w); /* stops if active and no repeat, restarts if active and repeating, starts if inactive and repeating */
149 150
150void evperiodic_start (struct ev_periodic *w); 151void evperiodic_start (struct ev_periodic *w);
151void evperiodic_stop (struct ev_periodic *w); 152void evperiodic_stop (struct ev_periodic *w);
152 153
153void evsignal_start (struct ev_signal *w); 154void evsignal_start (struct ev_signal *w);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines