summaryrefslogtreecommitdiff
path: root/src/or/rephist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-10 10:07:41 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-10 10:07:41 -0400
commitd29a8ad564757866dee8d2cbd940c5028a03f2e3 (patch)
tree23ed85f8b159baee2037d43f0e2571da70f66fd2 /src/or/rephist.h
parent99b59dee7046b04854ac263a1cf810dceb80df12 (diff)
downloadtor-d29a8ad564757866dee8d2cbd940c5028a03f2e3.tar.gz
tor-d29a8ad564757866dee8d2cbd940c5028a03f2e3.zip
Add link protocol version counts to the heartbeat message
Closes ticket 15212
Diffstat (limited to 'src/or/rephist.h')
-rw-r--r--src/or/rephist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/rephist.h b/src/or/rephist.h
index 42710c4ed6..f94b4e8ff1 100644
--- a/src/or/rephist.h
+++ b/src/or/rephist.h
@@ -108,5 +108,9 @@ void rep_hist_stored_maybe_new_hs(const crypto_pk_t *pubkey);
void rep_hist_free_all(void);
+void rep_hist_note_negotiated_link_proto(unsigned link_proto,
+ int started_here);
+void rep_hist_log_link_protocol_counts(void);
+
#endif