Changes between Version 2 and Version 3 of Ticket #40, comment 27
- Timestamp:
- Apr 24, 2017, 11:32:32 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40, comment 27
v2 v3 7 7 I am just guessing as I have not tried out but I would think that for files larger > 2 GB, all these structure variables would need to be 64-bit[[BR]] 8 8 9 I am guessing this way as for example FS_CANCELLOCKREQUEST does not have an offset parameter but still, a new FS_CANCELLLOCKREQUESTL entry point exists. 9 I am guessing this way as for example FS_CANCELLOCKREQUEST does not have an offset parameter but still, a new FS_CANCELLLOCKREQUESTL entry point exists.[[BR]] 10 A good indication of why this might be necessary if FS_NEWSIZEL: you increased the "len" parameter to become "unsigned long long". But then the "sfi_size" parameter in "struct sffsi" should also be 64-bits.