mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
oh, and the other bits of the commit
svn:r5836
This commit is contained in:
parent
21be9dc3c0
commit
cca9a2f7b0
@ -493,7 +493,7 @@ circuit_deliver_create_cell(circuit_t *circ, uint8_t cell_type, char *payload)
|
||||
/** We've decided to start our reachability testing. If all
|
||||
* is set, log this to the user. Return 1 if we did, or 0 if
|
||||
* we chose not to log anything. */
|
||||
static int
|
||||
int
|
||||
inform_testing_reachability(void)
|
||||
{
|
||||
char dirbuf[128];
|
||||
|
@ -1463,6 +1463,7 @@ circuit_t *circuit_establish_circuit(uint8_t purpose, extend_info_t *exit,
|
||||
int internal);
|
||||
int circuit_handle_first_hop(circuit_t *circ);
|
||||
void circuit_n_conn_done(connection_t *or_conn, int status);
|
||||
int inform_testing_reachability(void);
|
||||
int circuit_send_next_onion_skin(circuit_t *circ);
|
||||
void circuit_note_clock_jumped(int seconds_elapsed);
|
||||
int circuit_extend(cell_t *cell, circuit_t *circ);
|
||||
|
Loading…
Reference in New Issue
Block a user