sys, winfsp-tests: rename SerialNumber to VolumeSerialNumber

This commit is contained in:
Bill Zissimopoulos
2016-01-25 15:33:47 -08:00
parent 82d88e2af8
commit f19500568d
6 changed files with 10 additions and 10 deletions

View File

@@ -113,7 +113,7 @@ typedef struct
UINT16 SectorSize;
UINT16 SectorsPerAllocationUnit;
UINT16 MaxComponentLength; /* maximum file name component length (bytes) */
UINT32 SerialNumber; /* volume serial number */
UINT32 VolumeSerialNumber;
/* I/O timeouts, capacity, etc. */
UINT32 TransactTimeout; /* FSP_FSCTL_TRANSACT timeout (millis; 1 sec - 10 sec) */
UINT32 IrpTimeout; /* pending IRP timeout (millis; 1 min - 10 min) */