diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2017-10-07 04:39:30 +0300 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2017-10-11 18:33:09 -0400 |
commit | c470f5752f71dfecd12e42f4da179d8f8291ce52 (patch) | |
tree | 78e68f76ee97d8a1327ad2c62f0478ddeed88151 /usr/src/lib/libdiskmgt/common/disks_private.h | |
parent | 571b0a139da53a3aae3b5d2370166c572eb7655c (diff) | |
download | illumos-gate-c470f5752f71dfecd12e42f4da179d8f8291ce52.tar.gz |
8709 teach libdiskmgt about nvme, sata, and xen
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/lib/libdiskmgt/common/disks_private.h')
-rw-r--r-- | usr/src/lib/libdiskmgt/common/disks_private.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/lib/libdiskmgt/common/disks_private.h b/usr/src/lib/libdiskmgt/common/disks_private.h index 9277219203..b47dcb43e0 100644 --- a/usr/src/lib/libdiskmgt/common/disks_private.h +++ b/usr/src/lib/libdiskmgt/common/disks_private.h @@ -22,7 +22,10 @@ /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. - * Copyright 2016 Nexenta Systems, Inc. + */ + +/* + * Copyright 2017 Nexenta Systems, Inc. */ #ifndef _DISKS_PRIVATE_H @@ -54,7 +57,6 @@ typedef struct alias_info { slice_t *devpaths; slice_t *orig_paths; char *wwn; - int cluster; int lun; int target; struct alias_info *next; |