From b0ad542928c6bde674f3dec96be446a2e2ed0548 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 21 Jul 2004 23:59:28 +0000 Subject: [PATCH] Added batch_gen_fd. --- io.c | 1 + 1 file changed, 1 insertion(+) diff --git a/io.c b/io.c index ba969067..4cf33028 100644 --- a/io.c +++ b/io.c @@ -55,6 +55,7 @@ extern struct stats stats; const char phase_unknown[] = "unknown"; int select_timeout = SELECT_TIMEOUT; int batch_fd = -1; +int batch_gen_fd = -1; /** * The connection might be dropped at some point; perhaps because the -- 2.34.1