Tor
0.4.7.0-alpha-dev
|
#include <crypt_path_reference_st.h>
Data Fields | |
unsigned int | refcount |
crypt_path_t * | cpath |
A reference-counted pointer to a crypt_path_t, used only to share the final rendezvous cpath to be used on a service-side rendezvous circuit among multiple circuits built in parallel to the same destination rendezvous point.
Definition at line 19 of file crypt_path_reference_st.h.
crypt_path_t* cpath |
The pointer. Set to NULL when the crypt_path_t is put into use on an opened rendezvous circuit.
Definition at line 24 of file crypt_path_reference_st.h.
unsigned int refcount |
The reference count.
Definition at line 21 of file crypt_path_reference_st.h.