Add sparse_output option and control flags, and an output_not_seekable transfer flag, to structures for "sparse output" mode in future (#45).
This commit is contained in:
@@ -88,6 +88,7 @@ struct opts_s {
|
||||
bool no_splice; /* flag set if never to use splice */
|
||||
bool stop_at_size; /* set if we stop at "size" bytes */
|
||||
bool sync_after_write; /* set if we sync after every write */
|
||||
bool sparse_output; /* set if we leave holes in the output */
|
||||
bool direct_io; /* set if O_DIRECT is to be used */
|
||||
bool discard_input; /* set to write nothing to output */
|
||||
bool show_stats; /* set to write statistics at the end */
|
||||
|
||||
Reference in New Issue
Block a user