Tor
0.4.6.0-alpha-dev
|
#include <rendcache.h>
Data Fields | |
size_t | len |
time_t | last_served |
char * | desc |
rend_service_descriptor_t * | parsed |
A cached rendezvous descriptor.
Definition at line 29 of file rendcache.h.
char* desc |
Service descriptor
Definition at line 33 of file rendcache.h.
time_t last_served |
When did we last write this one to somebody? (HSDir only)
Definition at line 31 of file rendcache.h.
size_t len |
Length of desc
Definition at line 30 of file rendcache.h.
Referenced by rend_cache_entry_allocation().
rend_service_descriptor_t* parsed |
Parsed value of 'desc'
Definition at line 34 of file rendcache.h.
Referenced by rend_cache_clean_v2_descs_as_dir(), rend_cache_entry_allocation(), rend_cache_entry_free_(), and rend_client_get_random_intro_impl().