diff options
author | Matthew Ahrens <mahrens@delphix.com> | 2013-12-11 14:33:41 -0800 |
---|---|---|
committer | Christopher Siden <chris.siden@delphix.com> | 2013-12-11 14:33:41 -0800 |
commit | 78f171005391b928aaf1642b3206c534ed644332 (patch) | |
tree | 3877cd3f468bf75cc656c80d8f2f66569c73147a /usr/src/lib/libzfs/common/libzfs_impl.h | |
parent | 973c78e94bf9634782164382c9e291bf81161fa5 (diff) | |
download | illumos-joyent-78f171005391b928aaf1642b3206c534ed644332.tar.gz |
4369 implement zfs bookmarks
4368 zfs send filesystems from readonly pools
Reviewed by: Christopher Siden <christopher.siden@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/libzfs/common/libzfs_impl.h')
-rw-r--r-- | usr/src/lib/libzfs/common/libzfs_impl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/lib/libzfs/common/libzfs_impl.h b/usr/src/lib/libzfs/common/libzfs_impl.h index 576b2af5d2..ad4142da3f 100644 --- a/usr/src/lib/libzfs/common/libzfs_impl.h +++ b/usr/src/lib/libzfs/common/libzfs_impl.h @@ -21,7 +21,7 @@ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2012 by Delphix. All rights reserved. + * Copyright (c) 2013 by Delphix. All rights reserved. */ #ifndef _LIBZFS_IMPL_H @@ -186,6 +186,8 @@ int create_parents(libzfs_handle_t *, char *, int); boolean_t isa_child_of(const char *dataset, const char *parent); zfs_handle_t *make_dataset_handle(libzfs_handle_t *, const char *); +zfs_handle_t *make_bookmark_handle(zfs_handle_t *, const char *, + nvlist_t *props); int zpool_open_silent(libzfs_handle_t *, const char *, zpool_handle_t **); |