|
Tor 0.4.9.8
|
Data Fields | |
| struct event * | ev |
| void(* | cb )(struct periodic_timer_t *, void *) |
| void * | data |
Represents a timer that's run every N microseconds by Libevent.
Definition at line 224 of file compat_libevent.c.
| void(* cb) (struct periodic_timer_t *, void *) |
The callback we'll be invoking whenever the event triggers
Definition at line 228 of file compat_libevent.c.
Referenced by periodic_timer_cb(), and periodic_timer_new().
| void* data |
User-supplied data for the callback
Definition at line 230 of file compat_libevent.c.
Referenced by periodic_timer_cb(), and periodic_timer_new().
| struct event* ev |
Underlying event used to implement this periodic event.
Definition at line 226 of file compat_libevent.c.
Referenced by periodic_timer_disable(), periodic_timer_free_(), periodic_timer_launch(), and periodic_timer_new().