aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.h
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-03-14 06:37:50 +1000
committerteor <teor@torproject.org>2019-03-14 06:37:50 +1000
commit8bd9b2a6a0c7ab01ef72dd26e04544b00f8c9fa8 (patch)
tree3cbd0a319baf00e7ec9bedb2721509a8c785c6c3 /src/or/circuitlist.h
parent90301247fd35225cc25b6ea2568364356ff00580 (diff)
parent72e30f26ec291baba202b71e121c3211af2db371 (diff)
downloadtor-8bd9b2a6a0c7ab01ef72dd26e04544b00f8c9fa8.tar.gz
tor-8bd9b2a6a0c7ab01ef72dd26e04544b00f8c9fa8.zip
Merge remote-tracking branch 'tor-github/pr/770' into maint-0.2.9
Diffstat (limited to 'src/or/circuitlist.h')
-rw-r--r--src/or/circuitlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/circuitlist.h b/src/or/circuitlist.h
index 2707b426ab..2ede6f76cd 100644
--- a/src/or/circuitlist.h
+++ b/src/or/circuitlist.h
@@ -62,6 +62,8 @@ crypt_path_t *circuit_get_cpath_hop(origin_circuit_t *circ, int hopnum);
void circuit_get_all_pending_on_channel(smartlist_t *out,
channel_t *chan);
int circuit_count_pending_on_channel(channel_t *chan);
+void circuit_synchronize_written_or_bandwidth(const circuit_t *c,
+ circuit_channel_direction_t dir);
#define circuit_mark_for_close(c, reason) \
circuit_mark_for_close_((c), (reason), __LINE__, SHORT_FILE__)