Tor 0.4.9.3-alpha-dev
|
#include <process_descs.h>
Data Fields | |
strmap_t * | fp_by_name |
digestmap_t * | status_by_digest |
digest256map_t * | status_by_digest256 |
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.
strmap_t* fp_by_name |
Map from lc nickname to fingerprint.
Definition at line 35 of file process_descs.h.
Referenced by authdir_config_new(), dirserv_free_fingerprint_list(), and dirserv_get_status_impl().
digestmap_t* status_by_digest |
Map from digest to router_status_t.
Definition at line 36 of file process_descs.h.
Referenced by add_rsa_fingerprint_to_dir(), authdir_config_new(), dirserv_free_fingerprint_list(), and dirserv_get_status_impl().
digest256map_t* status_by_digest256 |
Map from digest256 to router_status_t.
Definition at line 37 of file process_descs.h.
Referenced by add_ed25519_to_dir(), authdir_config_new(), dirserv_free_fingerprint_list(), and dirserv_get_status_impl().