aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-27 23:00:28 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-27 23:00:28 -0400
commit9efd970dd9e04177832312d6d611a855ec4e455f (patch)
tree22dadbe7622e0a241da49e1d8e64a95600b44a62 /src/or/rephist.h
parent0f395a7c064c314ca9dff4ac076b10461cc9b8c3 (diff)
parent6ad7f3417c80f195e382e98a0fe80371bc9b8c99 (diff)
downloadtor-9efd970dd9e04177832312d6d611a855ec4e455f.tar
tor-9efd970dd9e04177832312d6d611a855ec4e455f.tar.gz
Merge branch 'bug9658_refactor'
Diffstat (limited to 'src/or/rephist.h')
-rw-r--r--src/or/rephist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.h b/src/or/rephist.h
index de824749b..df01ae6cb 100644
--- a/src/or/rephist.h
+++ b/src/or/rephist.h
@@ -97,7 +97,7 @@ time_t rep_hist_conn_stats_write(time_t now);
void rep_hist_conn_stats_term(void);
void rep_hist_note_circuit_handshake_requested(uint16_t type);
-void rep_hist_note_circuit_handshake_completed(uint16_t type);
+void rep_hist_note_circuit_handshake_assigned(uint16_t type);
void rep_hist_log_circuit_handshake_stats(time_t now);
void rep_hist_free_all(void);