|
@@ -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);
|
|
|
|