Tor 0.4.9.1-alpha-dev
|
Data Fields | |
uint16_t | tag |
union { | |
struct fast_handshake_state_t * fast | |
struct ntor_handshake_state_t * ntor | |
struct ntor3_handshake_state_t * ntor3 | |
} | u |
Definition at line 23 of file crypt_path_st.h.
struct fast_handshake_state_t* fast |
Definition at line 28 of file crypt_path_st.h.
struct ntor_handshake_state_t* ntor |
Definition at line 29 of file crypt_path_st.h.
struct ntor3_handshake_state_t* ntor3 |
Definition at line 30 of file crypt_path_st.h.
uint16_t tag |
One of ONION_HANDSHAKE_TYPE_*
. Determines which member of the union is accessible.
Definition at line 26 of file crypt_path_st.h.
Referenced by onion_handshake_state_release().