Changeset 82596 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Dec 16, 2019 6:06:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/QCOW.cpp
r82595 r82596 872 872 * @param idxL2 The L2 index. 873 873 * @param offCluster Offset inside the cluster. 874 * @param poffImage Where to store the image offset on success; 874 * @param poffImage Where to store the image offset on success. 875 * @param pfCompressed Where to store the flag whether the cluster is compressed on success. 876 * @param pcbCompressed Where to store the size of the compressed cluster in bytes on success. 877 * Only valid when the cluster comrpessed flag is true. 875 878 */ 876 879 static int qcowConvertToImageOffset(PQCOWIMAGE pImage, PVDIOCTX pIoCtx,
Note:
See TracChangeset
for help on using the changeset viewer.