mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
storage: fix description of versionOffset
This commit is contained in:
parent
c2093b2aba
commit
78cbff0ff2
@ -79,7 +79,8 @@ struct FileTypeInfo {
|
|||||||
enum lv_endian endian; /* Endianness of file format */
|
enum lv_endian endian; /* Endianness of file format */
|
||||||
int versionOffset; /* Byte offset from start of file
|
int versionOffset; /* Byte offset from start of file
|
||||||
* where we find version number,
|
* where we find version number,
|
||||||
* -1 to skip version test */
|
* -1 to always fail the version test,
|
||||||
|
* -2 to always pass the version test */
|
||||||
int versionNumber; /* Version number to validate */
|
int versionNumber; /* Version number to validate */
|
||||||
int sizeOffset; /* Byte offset from start of file
|
int sizeOffset; /* Byte offset from start of file
|
||||||
* where we find capacity info,
|
* where we find capacity info,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user