Tor
0.4.7.0-alpha-dev
|
#include <vote_microdesc_hash_st.h>
Data Fields | |
struct vote_microdesc_hash_t * | next |
char * | microdesc_hash_line |
Linked list of microdesc hash lines for a single router in a directory vote.
Definition at line 18 of file vote_microdesc_hash_st.h.
char* microdesc_hash_line |
The raw contents of the microdesc hash line, from the "m" through the newline.
Definition at line 23 of file vote_microdesc_hash_st.h.
Referenced by vote_routerstatus_free_().
struct vote_microdesc_hash_t* next |
Next element in the list, or NULL.
Definition at line 20 of file vote_microdesc_hash_st.h.
Referenced by vote_routerstatus_free_().