Changeset 85200 in vbox
- Timestamp:
- Jul 10, 2020 3:16:34 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139173
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r85105 r85200 4785 4785 * Internal - complete the grain allocation by updating disk grain table if required. 4786 4786 */ 4787 static intvmdkAllocGrainComplete(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq)4787 static DECLCALLBACK(int) vmdkAllocGrainComplete(void *pBackendData, PVDIOCTX pIoCtx, void *pvUser, int rcReq) 4788 4788 { 4789 4789 RT_NOREF1(rcReq);
Note:
See TracChangeset
for help on using the changeset viewer.