X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Flibzfs.h;h=9d0e8ce43468a0931e2a2f6ca7495f6936b42600;hb=1bd201e70d57464fd26bf9089ea4b44fd49e4f2d;hp=c7a7daf2f3d7abf6ba5a340817d8bd7cdb4285c7;hpb=95fd8c9a7f979e4c4941d329e6457cc84a81edfa;p=zfs.git diff --git a/include/libzfs.h b/include/libzfs.h index c7a7daf..9d0e8ce 100644 --- a/include/libzfs.h +++ b/include/libzfs.h @@ -22,7 +22,7 @@ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2011 Nexenta Systems, Inc. All rights reserved. - * Copyright (c) 2011 by Delphix. All rights reserved. + * Copyright (c) 2012 by Delphix. All rights reserved. */ #ifndef _LIBZFS_H @@ -252,6 +252,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_reopen(zpool_handle_t *); extern int zpool_vdev_online(zpool_handle_t *, const char *, int, vdev_state_t *);