From fd47fd62bbb1bfd13ab63869137971d8b390025f Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 26 Jan 2020 20:19:19 +0200 Subject: xz: Move flush_needed from mytime.h to file_pair struct in file_io.h. --- src/xz/file_io.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/xz/file_io.h') diff --git a/src/xz/file_io.h b/src/xz/file_io.h index 5da2c90a..8a9e3363 100644 --- a/src/xz/file_io.h +++ b/src/xz/file_io.h @@ -53,6 +53,9 @@ typedef struct { /// since the previous flush or the start of the file. bool src_has_seen_input; + /// For --flush-timeout: True when flushing is needed. + bool flush_needed; + /// If true, we look for long chunks of zeros and try to create /// a sparse file. bool dest_try_sparse; -- cgit v1.2.3