Tor
0.4.7.0-alpha-dev
|
Data Fields | |
char * | body |
networkstatus_t * | consensus |
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.
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().
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().