tor  master
Data Fields
crypt_path_reference_t Struct Reference

#include <or.h>

Collaboration diagram for crypt_path_reference_t:
Collaboration graph
[legend]

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.

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.

◆ refcount

unsigned int refcount

The reference count.


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