X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=inn-innduct.git;a=blobdiff_plain;f=backends%2Finnduct.c;h=968a177be7eeb893c4056a57a6fa65f68d4cdd9d;hp=0258ad022de0ce6b17341679f0449c7fb43745be;hb=b54c887b2cb991ab68d6d70984128f425b54eabc;hpb=c2c88becbf08aa2b088ee42e6ed3331f733cbaaf diff --git a/backends/innduct.c b/backends/innduct.c index 0258ad0..968a177 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -178,6 +178,7 @@ perl -ne 'print if m/-8\<-/..m/-\>8-/; print "\f" if m/-\^L-/' backends/innduct. #include #include #include +#include #include #include @@ -309,12 +310,10 @@ static int reconnect_delay_periods, flushfail_retry_periods, open_wait_periods; static int backlog_retry_minperiods, backlog_spontaneous_rescan_periods; static const char *inndconffile; -static double accept_proportion; static double nocheck_thresh_pct= 95.0; static double nocheck_thresh; /* computed in main from _pct */ static double nocheck_decay_articles= 100; /* converted to _decay */ static double nocheck_decay; /* computed in main from _articles */ -static int nocheck, nocheck_reported; /*----- statistics -----*/ @@ -446,8 +445,10 @@ static char *path_lock, *path_flushing, *path_defer, *globpat_backlog; static StateMachineState sms; static FILE *defer; static InputFile *main_input_file, *flushing_input_file, *backlog_input_file; -static int sm_period_counter; +static int sm_period_counter, until_backlog_nextscan; +static double accept_proportion; +static int nocheck, nocheck_reported; /*========== logging ==========*/