Tor  0.4.7.0-alpha-dev
Data Fields
pending_consensus_t Struct Reference

Data Fields

char * body
 
networkstatus_tconsensus
 

Detailed Description

A consensus that we have built and are appending signatures to. Once it's time to publish it, it will become an active consensus if it accumulates enough signatures.

Definition at line 112 of file dirvote.c.

Field Documentation

◆ body

char* body

The body of the consensus that we're currently building. Once we have it built, it goes into dirserv.c

Definition at line 115 of file dirvote.c.

Referenced by dirvote_add_signatures_to_pending_consensus().

◆ consensus

networkstatus_t* consensus

The parsed in-progress consensus document.

Definition at line 117 of file dirvote.c.

Referenced by dirvote_add_signatures_to_pending_consensus().


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