aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-15 15:37:23 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-15 15:37:23 -0400
commita3ffa1f76edbfdf091e50579c11d34166ec0551a (patch)
treef466395d6f72d4a5804d47bf1e9a744d1e8f0405 /src/or/rephist.c
parentd4634d1b72d660b1ea5ce9874fcd6b04a15968e9 (diff)
downloadtor-a3ffa1f76edbfdf091e50579c11d34166ec0551a.tar.gz
tor-a3ffa1f76edbfdf091e50579c11d34166ec0551a.zip
Rename circuit_get_global_list to remove trailing _
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 0943a3434a..d945dd884d 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -2599,7 +2599,7 @@ rep_hist_buffer_stats_write(time_t now)
goto done; /* Not ready to write */
/* Add open circuits to the history. */
- TOR_LIST_FOREACH(circ, circuit_get_global_list_(), head) {
+ TOR_LIST_FOREACH(circ, circuit_get_global_list(), head) {
rep_hist_buffer_stats_add_circ(circ, now);
}