aboutsummaryrefslogtreecommitdiff
path: root/include/libzfs.h
diff options
context:
space:
mode:
authorAmeer Hamza <106930537+ixhamza@users.noreply.github.com>2023-01-17 18:17:35 +0000
committerGitHub <noreply@github.com>2023-01-17 18:17:35 +0000
commit19d3961589bdedb24e245a1e12db758f2d96ff86 (patch)
treef08971616cd63240843922d6850aa33e82717db5 /include/libzfs.h
parent2e7f664f04bae4375ab6bebf232983b2326c9370 (diff)
downloadsrc-19d3961589bdedb24e245a1e12db758f2d96ff86.tar.gz
src-19d3961589bdedb24e245a1e12db758f2d96ff86.zip
Diffstat (limited to 'include/libzfs.h')
-rw-r--r--include/libzfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libzfs.h b/include/libzfs.h
index e563749226ec..05b4dfe35c76 100644
--- a/include/libzfs.h
+++ b/include/libzfs.h
@@ -740,6 +740,9 @@ typedef struct sendflags {
/* show progress (ie. -v) */
boolean_t progress;
+ /* show progress as process title (ie. -V) */
+ boolean_t progressastitle;
+
/* large blocks (>128K) are permitted */
boolean_t largeblock;