Tor
0.4.7.0-alpha-dev
|
#include <periodic.h>
Data Fields | |
periodic_event_helper_t | fn |
time_t | last_action_time |
struct mainloop_event_t * | ev |
const char * | name |
uint32_t | roles |
uint32_t | flags |
unsigned int | enabled: 1 |
A single item for the periodic-events-function table.
Definition at line 63 of file periodic.h.
struct mainloop_event_t* ev |
Libevent callback we're using to implement this
Definition at line 66 of file periodic.h.
Referenced by periodic_event_connect(), periodic_event_launch(), periodic_event_reschedule(), and periodic_event_set_interval().
The function to run the event
Definition at line 64 of file periodic.h.
time_t last_action_time |
The last time the function did something
Definition at line 65 of file periodic.h.
const char* name |
Name of the function – for debug
Definition at line 68 of file periodic.h.