mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
Whitespace fix.
svn:r17650
This commit is contained in:
parent
1beb1c113b
commit
fc5e686b19
@ -16,8 +16,9 @@ const char relay_c_id[] =
|
|||||||
#include "or.h"
|
#include "or.h"
|
||||||
#include "mempool.h"
|
#include "mempool.h"
|
||||||
|
|
||||||
static int relay_crypt(circuit_t *circ, cell_t *cell, cell_direction_t cell_direction,
|
static int relay_crypt(circuit_t *circ, cell_t *cell,
|
||||||
crypt_path_t **layer_hint, char *recognized);
|
cell_direction_t cell_direction,
|
||||||
|
crypt_path_t **layer_hint, char *recognized);
|
||||||
static edge_connection_t *relay_lookup_conn(circuit_t *circ, cell_t *cell,
|
static edge_connection_t *relay_lookup_conn(circuit_t *circ, cell_t *cell,
|
||||||
cell_direction_t cell_direction,
|
cell_direction_t cell_direction,
|
||||||
crypt_path_t *layer_hint);
|
crypt_path_t *layer_hint);
|
||||||
@ -380,8 +381,8 @@ circuit_package_relay_cell(cell_t *cell, circuit_t *circ,
|
|||||||
* attached to circ, return that conn, else return NULL.
|
* attached to circ, return that conn, else return NULL.
|
||||||
*/
|
*/
|
||||||
static edge_connection_t *
|
static edge_connection_t *
|
||||||
relay_lookup_conn(circuit_t *circ, cell_t *cell, cell_direction_t cell_direction,
|
relay_lookup_conn(circuit_t *circ, cell_t *cell,
|
||||||
crypt_path_t *layer_hint)
|
cell_direction_t cell_direction, crypt_path_t *layer_hint)
|
||||||
{
|
{
|
||||||
edge_connection_t *tmpconn;
|
edge_connection_t *tmpconn;
|
||||||
relay_header_t rh;
|
relay_header_t rh;
|
||||||
|
Loading…
Reference in New Issue
Block a user