tor  master
Data Fields
networkstatus_voter_info_t Struct Reference

#include <or.h>

Collaboration diagram for networkstatus_voter_info_t:
Collaboration graph
[legend]

Data Fields

char identity_digest [DIGEST_LEN]
 
char * nickname
 
char legacy_id_digest [DIGEST_LEN]
 
char * address
 
uint32_t addr
 
uint16_t dir_port
 
uint16_t or_port
 
char * contact
 
char vote_digest [DIGEST_LEN]
 
smartlist_tsigs
 

Detailed Description

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

Field Documentation

◆ addr

uint32_t addr

Address of this voter, in IPv4, in host order.

◆ address

char* address

Address of this voter, in string format.

◆ contact

char* contact

Contact information for this voter.

◆ dir_port

uint16_t dir_port

Directory port of this voter

◆ identity_digest

char identity_digest[DIGEST_LEN]

Declared SHA-1 digest of this voter's identity key

◆ 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.

◆ nickname

char* nickname

Nickname of this voter

◆ or_port

uint16_t or_port

OR port of this voter

◆ sigs

smartlist_t* sigs

The signature of the document and the signature's status.

◆ vote_digest

char vote_digest[DIGEST_LEN]

Digest of this voter's vote, as signed.


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