Link Here
|
1 |
--- pxd/libzfs.pxd.orig 2024-06-18 19:33:16 UTC |
2 |
+++ pxd/libzfs.pxd |
3 |
@@ -201,7 +201,7 @@ cdef extern from "libzfs.h" nogil: |
4 |
extern int zpool_create(libzfs_handle_t *, const char *, nvpair.nvlist_t *, |
5 |
nvpair.nvlist_t *, nvpair.nvlist_t *) |
6 |
extern int zpool_destroy(zpool_handle_t *, const char *) |
7 |
- extern int zpool_add(zpool_handle_t *, nvpair.nvlist_t *) |
8 |
+ extern int zpool_add(zpool_handle_t *, nvpair.nvlist_t *, boolean_t) |
9 |
|
10 |
IF HAVE_ZPOOL_SCAN == 3: |
11 |
extern int zpool_scan(zpool_handle_t *, zfs.pool_scan_func_t, zfs.pool_scrub_cmd_t) |