X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Flibzfs.h;h=096910bb1973d604ca198cd1d74de67ca1ab8212;hb=739a1a82e0f366923e8d9bc8f9ad4b1c680a780b;hp=86e23ac327d11e69d2d393b06d5fcf3e54e9139b;hpb=0cee24064a79f9c01fc4521543c37acea538405f;p=zfs.git diff --git a/include/libzfs.h b/include/libzfs.h index 86e23ac..096910b 100644 --- a/include/libzfs.h +++ b/include/libzfs.h @@ -21,7 +21,8 @@ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright 2010 Nexenta Systems, Inc. All rights reserved. + * Copyright 2011 Nexenta Systems, Inc. All rights reserved. + * Copyright (c) 2011 by Delphix. All rights reserved. */ #ifndef _LIBZFS_H @@ -250,6 +251,7 @@ typedef struct splitflags { */ extern int zpool_scan(zpool_handle_t *, pool_scan_func_t); extern int zpool_clear(zpool_handle_t *, const char *, nvlist_t *); +extern int zpool_reguid(zpool_handle_t *); extern int zpool_vdev_online(zpool_handle_t *, const char *, int, vdev_state_t *);