Tor  0.4.7.0-alpha-dev
Data Fields
authdir_config_t Struct Reference

#include <process_descs.h>

Data Fields

strmap_t * fp_by_name
 
digestmap_t * status_by_digest
 
digest256map_t * status_by_digest256
 

Detailed Description

List of nickname->identity fingerprint mappings for all the routers that we name. Used to prevent router impersonation.

Definition at line 34 of file process_descs.h.

Field Documentation

◆ fp_by_name

strmap_t* fp_by_name

Map from lc nickname to fingerprint.

Definition at line 35 of file process_descs.h.

◆ status_by_digest

digestmap_t* status_by_digest

Map from digest to router_status_t.

Definition at line 36 of file process_descs.h.

◆ status_by_digest256

digest256map_t* status_by_digest256

Map from digest256 to router_status_t.

Definition at line 37 of file process_descs.h.


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