Tor 0.4.9.1-alpha-dev
|
#include <hs_circuit.h>
Data Fields | |
ed25519_public_key_t | ip_auth_pubkey |
curve25519_keypair_t | ip_enc_key_kp |
hs_cell_intro_rdv_data_t | rdv_data |
int | idx |
time_t | enqueued_ts |
Pending rendezvous request. This is put in a service priority queue.
Definition at line 19 of file hs_circuit.h.
time_t enqueued_ts |
When was this request enqueued.
Definition at line 32 of file hs_circuit.h.
Referenced by compare_rend_request_by_effort_(), and queued_rend_request_is_too_old().
int idx |
Position of element in the heap
Definition at line 29 of file hs_circuit.h.
ed25519_public_key_t ip_auth_pubkey |
Definition at line 21 of file hs_circuit.h.
curve25519_keypair_t ip_enc_key_kp |
Definition at line 23 of file hs_circuit.h.
hs_cell_intro_rdv_data_t rdv_data |
Definition at line 26 of file hs_circuit.h.