diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index e3293e7da0..b0ba5cc7fc 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -409,6 +409,7 @@ struct circuit_t { crypto_cipher_env_t *p_crypto; /* used only for intermediate hops */ crypto_cipher_env_t *n_crypto; + int desired_cpath_len; crypt_path_t *cpath; char onionskin[DH_ONIONSKIN_LEN]; /* for storage while onionskin pending */ @@ -710,6 +711,8 @@ int onion_skin_client_handshake(crypto_dh_env_t *handshake_state, char *key_out, int key_out_len); +int onion_new_route_len(void); + /********************************* routers.c ***************************/ int learn_my_address(struct sockaddr_in *me); |