chiark / gitweb /
Accumulate backlog counts rather than reporting every file
[innduct.git] / innduct.h
index d6dc8dd033c6516b26cfdc68785cb3efac50aabc..fc04d8a6688d93ba10c65d352e5ccc57f54077ff 100644 (file)
--- a/innduct.h
+++ b/innduct.h
@@ -497,6 +497,8 @@ extern int until_stats_log;
 extern StateMachineState sms;
 extern int until_flush;
 extern InputFile *main_input_file, *flushing_input_file, *backlog_input_file;
+extern Counts backlog_counts;
+extern int backlog_counts_report;
 extern FILE *defer;
 extern int until_connect, until_backlog_nextscan;
 extern double accept_proportion;