tor  master
Data Fields
periodic_event_item_t Struct Reference

#include <periodic.h>

Collaboration diagram for periodic_event_item_t:
Collaboration graph
[legend]

Data Fields

periodic_event_helper_t fn
 
time_t last_action_time
 
struct mainloop_event_tev
 
const char * name
 
uint32_t roles
 
uint32_t flags
 
unsigned int enabled: 1
 

Detailed Description

A single item for the periodic-events-function table.

Field Documentation

◆ ev

struct mainloop_event_t* ev

Libevent callback we're using to implement this

◆ fn

periodic_event_helper_t fn

The function to run the event

◆ last_action_time

time_t last_action_time

The last time the function did something

◆ name

const char* name

Name of the function – for debug


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