diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-06 13:27:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-06 13:27:04 -0500 |
commit | 1b93e3c6d9802d64db7ce752717cf02ed35d1b60 (patch) | |
tree | 8854ce58c05cb1faf4820ab6ac9ad97815fce0b1 /src/or/status.c | |
parent | 34740a17ea8145f7d308991b710e759b90a0d87b (diff) | |
parent | 655adbf6677fde28ba37f029701083901eda7efd (diff) | |
download | tor-1b93e3c6d9802d64db7ce752717cf02ed35d1b60.tar.gz tor-1b93e3c6d9802d64db7ce752717cf02ed35d1b60.zip |
Merge remote-tracking branch 'origin/maint-0.2.4'
Conflicts:
changes/bug10485
src/or/rephist.c
src/or/status.c
Diffstat (limited to 'src/or/status.c')
-rw-r--r-- | src/or/status.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/status.c b/src/or/status.c index 415f4daea8..e1820c8889 100644 --- a/src/or/status.c +++ b/src/or/status.c @@ -16,6 +16,7 @@ #include "main.h" #include "rephist.h" #include "hibernate.h" +#include "rephist.h" #include "statefile.h" static void log_accounting(const time_t now, const or_options_t *options); @@ -129,8 +130,6 @@ log_heartbeat(time_t now) log_notice(LD_HEARTBEAT, "TLS write overhead: %.f%%", overhead); } - /* Also commandeer this opportunity to log how our circuit handshake - * stats have been doing. */ if (public_server_mode(options)) rep_hist_log_circuit_handshake_stats(now); |