diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-10 10:07:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-10 10:07:41 -0400 |
commit | d29a8ad564757866dee8d2cbd940c5028a03f2e3 (patch) | |
tree | 23ed85f8b159baee2037d43f0e2571da70f66fd2 /src/or/rephist.h | |
parent | 99b59dee7046b04854ac263a1cf810dceb80df12 (diff) | |
download | tor-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.h | 4 |
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 |