tor  master
Data Fields
periodic_timer_t Struct Reference
Collaboration diagram for periodic_timer_t:
Collaboration graph
[legend]

Data Fields

struct event * ev
 
void(* cb )(struct periodic_timer_t *, void *)
 
void * data
 

Detailed Description

Represents a timer that's run every N microseconds by Libevent.

Field Documentation

◆ cb

void(* cb) (struct periodic_timer_t *, void *)

The callback we'll be invoking whenever the event triggers

◆ data

void* data

User-supplied data for the callback

◆ ev

struct event* ev

Underlying event used to implement this periodic event.


The documentation for this struct was generated from the following file: