Tor  0.4.7.0-alpha-dev
Data Fields
crypt_path_reference_t Struct Reference

#include <crypt_path_reference_st.h>

Data Fields

unsigned int refcount
 
crypt_path_tcpath
 

Detailed Description

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.

Field Documentation

◆ cpath

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.

◆ refcount

unsigned int refcount

The reference count.

Definition at line 21 of file crypt_path_reference_st.h.


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