Tor 0.5.0-alpha-dev
Loading...
Searching...
No Matches
Data Fields
networkstatus_voter_info_t Struct Reference

#include <networkstatus_voter_info_st.h>

Data Fields

char identity_digest [DIGEST_LEN]
 
char * nickname
 
char legacy_id_digest [DIGEST_LEN]
 
char * address
 
tor_addr_t ipv4_addr
 
uint16_t ipv4_dirport
 
uint16_t ipv4_orport
 
char * contact
 
char vote_digest [DIGEST_LEN]
 
smartlist_tsigs
 

Detailed Description

Information about a single voter in a vote or a consensus.

Definition at line 16 of file networkstatus_voter_info_st.h.

Field Documentation

◆ address

char* address

◆ contact

char* contact

◆ identity_digest

char identity_digest[DIGEST_LEN]

◆ ipv4_addr

tor_addr_t ipv4_addr

Definition at line 24 of file networkstatus_voter_info_st.h.

◆ ipv4_dirport

uint16_t ipv4_dirport

◆ ipv4_orport

uint16_t ipv4_orport

◆ legacy_id_digest

char legacy_id_digest[DIGEST_LEN]

Digest of this voter's "legacy" identity key, if any. In vote only; for consensuses, we treat legacy keys as additional signers.

Definition at line 22 of file networkstatus_voter_info_st.h.

Referenced by compare_dir_src_ents_by_authority_id_(), dirserv_generate_networkstatus_vote_obj(), format_networkstatus_vote(), networkstatus_compute_consensus(), and networkstatus_parse_vote_from_string().

◆ nickname

char* nickname

◆ sigs

smartlist_t* sigs

◆ vote_digest

char vote_digest[DIGEST_LEN]

Digest of this voter's vote, as signed.

Definition at line 28 of file networkstatus_voter_info_st.h.

Referenced by dirvote_add_vote(), networkstatus_compute_consensus(), and networkstatus_parse_vote_from_string().


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