summaryrefslogtreecommitdiff
path: root/usr/src/lib/libndmp/common/libndmp.h
diff options
context:
space:
mode:
authorReza Sabdar <Reza.Sabdar@Sun.COM>2008-11-21 15:23:37 -0800
committerReza Sabdar <Reza.Sabdar@Sun.COM>2008-11-21 15:23:37 -0800
commit7bc22e45a20f905cdd06bb98c98a5c8be7fd25c0 (patch)
tree27e761b405e01972495f288001136ddad69829c0 /usr/src/lib/libndmp/common/libndmp.h
parent257873cfc1dd3337766407f80397db60a56f2f5a (diff)
downloadillumos-joyent-7bc22e45a20f905cdd06bb98c98a5c8be7fd25c0.tar.gz
6758838 Amber Road NDMP: ndmpd passes invalid path for DAR restore of multiple files
6759422 Amber Road NDMP: cannot do a full file level restore 6760988 Amber Road NDMP: Partial 3-way restore fails 6747032 Amber Road NDMP: cannot backup hardlinks in TSM with toc=yes 6766296 Amber Road NDMP: need ndmp enhancements for BackupExec 6755552 Amber Road NDMP: ndmp status page should give more info about physical device for mapping purposes
Diffstat (limited to 'usr/src/lib/libndmp/common/libndmp.h')
-rw-r--r--usr/src/lib/libndmp/common/libndmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/lib/libndmp/common/libndmp.h b/usr/src/lib/libndmp/common/libndmp.h
index 4e1b2c246d..026df5bac0 100644
--- a/usr/src/lib/libndmp/common/libndmp.h
+++ b/usr/src/lib/libndmp/common/libndmp.h
@@ -189,6 +189,8 @@ typedef struct ndmp_devinfo {
char *nd_vendor; /* Vendor name */
char *nd_product; /* Product name */
char *nd_revision; /* Revision */
+ char *nd_serial; /* Serial */
+ char *nd_wwn; /* World wide name */
} ndmp_devinfo_t;
/* Scsi device info sturcture */