diff options
author | eschrock <none@none> | 2006-01-30 21:34:28 -0800 |
---|---|---|
committer | eschrock <none@none> | 2006-01-30 21:34:28 -0800 |
commit | c67d9675bbc8392fe45f3a7dfbda1ad4daa1eb07 (patch) | |
tree | c677def7879e53aed9cc2dd748194594ce86aaea /usr/src/lib/libzfs/common/libzfs.h | |
parent | 6a0b2badb8e0f78966c154a45bd14bf3069c1486 (diff) | |
download | illumos-joyent-c67d9675bbc8392fe45f3a7dfbda1ad4daa1eb07.tar.gz |
6362672 import gets confused about overlapping slices
6364582 need to fixup paths if they've changed
Diffstat (limited to 'usr/src/lib/libzfs/common/libzfs.h')
-rw-r--r-- | usr/src/lib/libzfs/common/libzfs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/lib/libzfs/common/libzfs.h b/usr/src/lib/libzfs/common/libzfs.h index 7da0a674e0..0af03f460d 100644 --- a/usr/src/lib/libzfs/common/libzfs.h +++ b/usr/src/lib/libzfs/common/libzfs.h @@ -144,6 +144,11 @@ extern int zpool_import(nvlist_t *, const char *, const char *); extern nvlist_t *zpool_find_import(int argc, char **argv); /* + * Miscellaneous pool functions + */ +extern char *zpool_vdev_name(zpool_handle_t *, nvlist_t *); + +/* * Basic handle manipulations. These functions do not create or destroy the * underlying datasets, only the references to them. */ |