1
0
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:
Martin Kletzander 2013-06-10 11:44:31 +02:00
parent c2093b2aba
commit 78cbff0ff2

View File

@ -79,7 +79,8 @@ struct FileTypeInfo {
enum lv_endian endian; /* Endianness of file format */
int versionOffset; /* Byte offset from start of file
* 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 sizeOffset; /* Byte offset from start of file
* where we find capacity info,