diff options
Diffstat (limited to 'include/libzfs.h')
-rw-r--r-- | include/libzfs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libzfs.h b/include/libzfs.h index 42054d74b..c44887bcf 100644 --- a/include/libzfs.h +++ b/include/libzfs.h @@ -666,6 +666,7 @@ typedef struct zprop_get_cbdata { vdev_cbdata_t cb_vdevs; nvlist_t *cb_jsobj; boolean_t cb_json_as_int; + boolean_t cb_json_pool_key_guid; } zprop_get_cbdata_t; #define ZFS_SET_NOMOUNT 1 @@ -682,6 +683,10 @@ _LIBZFS_H void zprop_print_one_property(const char *, zprop_get_cbdata_t *, _LIBZFS_H int zprop_nvlist_one_property(const char *, const char *, zprop_source_t, const char *, const char *, nvlist_t *, boolean_t); +_LIBZFS_H int zprop_collect_property(const char *, zprop_get_cbdata_t *, + const char *, const char *, zprop_source_t, const char *, + const char *, nvlist_t *); + /* * Iterator functions. */ |