aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-16 10:06:21 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-16 10:06:21 -0400
commit3463b4e0652bacca51fecd2c256e3e9d61ce920e (patch)
treeaf26716c089ce6bae41e05d68daaefed188561d6 /src/or/relay.h
parent197d1992dba2fe4dd9c7f2eb0e232487f8c177ad (diff)
parent22845df2a7503ed73ed325c3a98916f289918caa (diff)
downloadtor-3463b4e0652bacca51fecd2c256e3e9d61ce920e.tar.gz
tor-3463b4e0652bacca51fecd2c256e3e9d61ce920e.zip
Merge branch 'maint-0.3.3'
Diffstat (limited to 'src/or/relay.h')
-rw-r--r--src/or/relay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/relay.h b/src/or/relay.h
index cc78758883..b4c0bff055 100644
--- a/src/or/relay.h
+++ b/src/or/relay.h
@@ -15,6 +15,7 @@
extern uint64_t stats_n_relay_cells_relayed;
extern uint64_t stats_n_relay_cells_delivered;
+void relay_consensus_has_changed(const networkstatus_t *ns);
int circuit_receive_relay_cell(cell_t *cell, circuit_t *circ,
cell_direction_t cell_direction);
size_t cell_queues_get_total_allocation(void);