aboutsummaryrefslogtreecommitdiff
path: root/lib/libbe/be_impl.h
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2020-09-21 09:01:10 +0000
committerToomas Soome <tsoome@FreeBSD.org>2020-09-21 09:01:10 +0000
commite307eb94ae520d98dc1d346a0c53667a41beab5d (patch)
tree388cef449cfe2f57e0f2c494db23b11a1390072f /lib/libbe/be_impl.h
parent7d54cc9165a3990849b60835c85ddb388905e1b7 (diff)
Notes
Diffstat (limited to 'lib/libbe/be_impl.h')
-rw-r--r--lib/libbe/be_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libbe/be_impl.h b/lib/libbe/be_impl.h
index 98fd3b29f932..0b0f0db3cb5c 100644
--- a/lib/libbe/be_impl.h
+++ b/lib/libbe/be_impl.h
@@ -63,6 +63,7 @@ typedef struct prop_data {
nvlist_t *list;
libbe_handle_t *lbh;
bool single_object; /* list will contain props directly */
+ char *bootonce;
} prop_data_t;
int prop_list_builder_cb(zfs_handle_t *, void *);