From 835db58592d7d947e5818eb7281882e2a46073e0 Mon Sep 17 00:00:00 2001 From: LOLi Date: Sat, 9 Sep 2017 00:24:31 +0200 Subject: Add -vnP support to 'zfs send' for bookmarks This leverages the functionality introduced in cf7684b to expose verbose, dry-run and parsable 'zfs send' options for bookmarks. Reviewed-by: Brian Behlendorf Signed-off-by: loli10K Closes #3666 Closes #6601 --- include/libzfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libzfs.h b/include/libzfs.h index b5c35c491..df8d738b7 100644 --- a/include/libzfs.h +++ b/include/libzfs.h @@ -677,7 +677,7 @@ typedef boolean_t (snapfilter_cb_t)(zfs_handle_t *, void *); extern int zfs_send(zfs_handle_t *, const char *, const char *, sendflags_t *, int, snapfilter_cb_t, void *, nvlist_t **); -extern int zfs_send_one(zfs_handle_t *, const char *, int, enum lzc_send_flags); +extern int zfs_send_one(zfs_handle_t *, const char *, int, sendflags_t flags); extern int zfs_send_resume(libzfs_handle_t *, sendflags_t *, int outfd, const char *); extern nvlist_t *zfs_send_resume_token_to_nvlist(libzfs_handle_t *hdl, -- cgit v1.2.3