Tor 0.4.9.0-alpha-dev
Data Fields
ns_detached_signatures_t Struct Reference

#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
 

Detailed Description

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.

Field Documentation

◆ digests

strmap_t* digests

Map from flavor name to digestset_t

Definition at line 21 of file ns_detached_signatures_st.h.

◆ fresh_until

time_t fresh_until

Definition at line 19 of file ns_detached_signatures_st.h.

◆ signatures

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(), and ns_detached_signatures_free_().

◆ valid_after

time_t valid_after

Definition at line 18 of file ns_detached_signatures_st.h.

◆ valid_until

time_t valid_until

Definition at line 20 of file ns_detached_signatures_st.h.


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