diff options
author | root <root> | 2007-10-31 11:52:12 +0000 |
---|---|---|
committer | root <root> | 2007-10-31 11:52:12 +0000 |
commit | 19d6e7a1f1a0ef5dcde45cc8c0d175129c73cfe1 (patch) | |
tree | 8fb237ed1f57d56c11e6ddebcd90ccc28b491686 /ev.h | |
parent | 487c8aa2bb79f45c17a479dd48d8dc45948d2527 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ void evio_stop (struct ev_io *w); void evtimer_start (struct ev_timer *w); void evtimer_stop (struct ev_timer *w); +void evtimer_again (struct ev_timer *w); /* stops if active and no repeat, restarts if active and repeating, starts if inactive and repeating */ void evperiodic_start (struct ev_periodic *w); void evperiodic_stop (struct ev_periodic *w); |