|
Tor 0.4.9.8
|
#include <ns_detached_signatures_st.h>
Data Fields | |
| time_t | valid_after |
| time_t | fresh_until |
| time_t | valid_until |
| strmap_t * | digests |
| strmap_t * | signatures |
A set of signatures for a networkstatus consensus. Unless otherwise noted, all fields are as for networkstatus_t.
Definition at line 17 of file ns_detached_signatures_st.h.
| strmap_t* digests |
Map from flavor name to digestset_t
Definition at line 21 of file ns_detached_signatures_st.h.
Referenced by networkstatus_add_detached_signatures(), networkstatus_parse_detached_signatures(), and ns_detached_signatures_free_().
| time_t fresh_until |
Definition at line 19 of file ns_detached_signatures_st.h.
| strmap_t* signatures |
Map from flavor name to list of document_signature_t
Definition at line 22 of file ns_detached_signatures_st.h.
Referenced by dirvote_add_signatures_to_pending_consensus(), networkstatus_add_detached_signatures(), networkstatus_parse_detached_signatures(), and ns_detached_signatures_free_().
| time_t valid_after |
Definition at line 18 of file ns_detached_signatures_st.h.
| time_t valid_until |
Definition at line 20 of file ns_detached_signatures_st.h.