summaryrefslogtreecommitdiff
path: root/src/or/rephist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-27 22:57:53 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-27 22:57:53 -0400
commit6ad7f3417c80f195e382e98a0fe80371bc9b8c99 (patch)
tree32f34ed4a38a04ab72167db8a92ec680113531bb /src/or/rephist.h
parentcd15172444e0f8e34d1adcd84034c40893cd6c0f (diff)
downloadtor-6ad7f3417c80f195e382e98a0fe80371bc9b8c99.tar.gz
tor-6ad7f3417c80f195e382e98a0fe80371bc9b8c99.zip
Renamed "onionskins_completed" to "onionskins_assigned"
This improves the accuracy of the function/variable names.
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 de824749b4..df01ae6cb3 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);