Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
0b2b0c40
Commit
0b2b0c40
authored
Apr 01, 2020
by
Michael Davis
Committed by
Cedric Caffy
Sep 25, 2020
Browse files
[LTO_RAO] Changes string fields to signed char arrays
parent
edd0e67e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeserver/castor/tape/tapeserver/SCSI/Structures.hpp
View file @
0b2b0c40
...
...
@@ -1275,7 +1275,7 @@ namespace SCSI {
unsigned
char
:
3
;
// Reserved
// bytes 22-28
unsigned
char
volumeLabel
[
7
];
// Seven characters from left of Volume Label
char
volumeLabel
[
7
];
// Seven characters from left of Volume Label
// byte 29
unsigned
char
physicalWrap
;
// Physical wrap of the current location. LSB reflects current physical direction:
...
...
@@ -1348,10 +1348,10 @@ namespace SCSI {
unsigned
char
LPOSRegion
;
// bytes 70-85
unsigned
char
ERPSummaryInformation
[
16
];
char
ERPSummaryInformation
[
16
];
// bytes 86-95
unsigned
char
cartridgeSerialNumber
[
10
];
// This is the value from the CRM right-justified, not the Barcode
char
cartridgeSerialNumber
[
10
];
// This is the value from the CRM right-justified, not the Barcode
};
namespace
RAO
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment