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

Comparing libev/ev.h (file contents):
Revision 1.122 by root, Tue Jul 14 20:31:21 2009 UTC vs.
Revision 1.123 by root, Wed Jul 15 16:58:53 2009 UTC

636 636
637void ev_timer_start (EV_P_ ev_timer *w); 637void ev_timer_start (EV_P_ ev_timer *w);
638void ev_timer_stop (EV_P_ ev_timer *w); 638void ev_timer_stop (EV_P_ ev_timer *w);
639/* stops if active and no repeat, restarts if active and repeating, starts if inactive and repeating */ 639/* stops if active and no repeat, restarts if active and repeating, starts if inactive and repeating */
640void ev_timer_again (EV_P_ ev_timer *w); 640void ev_timer_again (EV_P_ ev_timer *w);
641/* return remaining time */
642ev_tstamp ev_timer_remaining (EV_P_ ev_timer *w);
641 643
642#if EV_PERIODIC_ENABLE 644#if EV_PERIODIC_ENABLE
643void ev_periodic_start (EV_P_ ev_periodic *w); 645void ev_periodic_start (EV_P_ ev_periodic *w);
644void ev_periodic_stop (EV_P_ ev_periodic *w); 646void ev_periodic_stop (EV_P_ ev_periodic *w);
645void ev_periodic_again (EV_P_ ev_periodic *w); 647void ev_periodic_again (EV_P_ ev_periodic *w);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines