From b0c6b465f2c183981425f58d5df8bf1923edbefd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Apr 2010 18:09:23 +0100 Subject: [PATCH] A bit more rename old_input_file --- backends/innduct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/innduct.c b/backends/innduct.c index 8b4b285..c9c4c59 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -1465,7 +1465,7 @@ static void inputfile_tailing_stop(InputFile *ipf) { | V V | ============= ============ | SEPARATED/ DROPPING/ - | old->fd>=0 old->fd>=0 + | flsh->fd>=0 flsh->fd>=0 | [Separated] [Dropping] | main F idle main none | old D tail old D tail @@ -1475,7 +1475,7 @@ static void inputfile_tailing_stop(InputFile *ipf) { | V V | =============== =============== | SEPARATED/ DROPPING/ - | old->fd==-1 old->fd==-1 + | flsh->fd==-1 flsh->fd==-1 | [Finishing] [Dropping] | main F tail main none | old D closed old D closed -- 2.30.2