mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Make last commit build
svn:r593
This commit is contained in:
parent
959b5585a5
commit
7432d97336
@ -636,7 +636,7 @@ static int do_main_loop(void) {
|
||||
log_fn(LOG_ERR,"poll failed.");
|
||||
return -1;
|
||||
} else {
|
||||
log_fn(LOG_DEBUG,"poll interrupted."):
|
||||
log_fn(LOG_DEBUG,"poll interrupted.");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -498,7 +498,7 @@ int circuit_consider_sending_sendme(circuit_t *circ, int edge_type, crypt_path_t
|
||||
void circuit_close(circuit_t *circ);
|
||||
void circuit_about_to_close_connection(connection_t *conn);
|
||||
|
||||
void circuit_dump_by_conn(connection_t *conn);
|
||||
void circuit_dump_by_conn(connection_t *conn, int severity);
|
||||
|
||||
void circuit_expire_unused_circuits(void);
|
||||
void circuit_launch_new(int failure_status);
|
||||
|
Loading…
Reference in New Issue
Block a user