mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix duplicate declaration of pathbias_count_valid_cells.
This commit is contained in:
parent
ce894e20b5
commit
7fd61cf536
@ -31,8 +31,8 @@ void connection_free_minimal(connection_t*);
|
|||||||
int connected_cell_format_payload(uint8_t *payload_out,
|
int connected_cell_format_payload(uint8_t *payload_out,
|
||||||
const tor_addr_t *addr,
|
const tor_addr_t *addr,
|
||||||
uint32_t ttl);
|
uint32_t ttl);
|
||||||
int pathbias_count_valid_cells(origin_circuit_t *circ,
|
void pathbias_count_valid_cells(origin_circuit_t *circ,
|
||||||
cell_t *cell);
|
cell_t *cell);
|
||||||
half_edge_t *connection_half_edge_find_stream_id(
|
half_edge_t *connection_half_edge_find_stream_id(
|
||||||
const smartlist_t *half_conns,
|
const smartlist_t *half_conns,
|
||||||
streamid_t stream_id);
|
streamid_t stream_id);
|
||||||
@ -1072,4 +1072,3 @@ struct testcase_t relaycell_tests[] = {
|
|||||||
{ "streamwrap", test_halfstream_wrap, TT_FORK, NULL, NULL },
|
{ "streamwrap", test_halfstream_wrap, TT_FORK, NULL, NULL },
|
||||||
END_OF_TESTCASES
|
END_OF_TESTCASES
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user