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

Data Fields

time_t since
 
time_t changed
 
tor_addr_t last_reached_addr
 
uint16_t last_reached_port
 
unsigned long weighted_run_length
 
time_t start_of_run
 
double total_run_weights
 
time_t start_of_downtime
 
unsigned long weighted_uptime
 
unsigned long total_weighted_time
 

Detailed Description

History of an OR.

Field Documentation

◆ changed

time_t changed

When did we most recently note a change to this OR?

◆ last_reached_addr

tor_addr_t last_reached_addr

The address at which we most recently connected to this OR successfully.

◆ last_reached_port

uint16_t last_reached_port

The port at which we most recently connected to this OR successfully

◆ since

time_t since

When did we start tracking this OR?

◆ start_of_run

time_t start_of_run

If the router is now online (according to stability-checking rules), when did it come online?

◆ total_run_weights

double total_run_weights

Sum of weights for runs in weighted_run_length.

◆ weighted_run_length

unsigned long weighted_run_length

Weighted sum total of all times that this router has been online.


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