Changeset 57399 in vbox for trunk/src/VBox
- Timestamp:
- Aug 17, 2015 3:36:22 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102163
- Location:
- trunk/src/VBox/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Storage/VDI.cpp ¶
r57388 r57399 2412 2412 unsigned *paBlocks2 = NULL; 2413 2413 2414 DECLCALLBACK (int) (*pfnParentRead)(void *, uint64_t, void *, size_t) = NULL;2414 DECLCALLBACKMEMBER(int, pfnParentRead)(void *, uint64_t, void *, size_t) = NULL; 2415 2415 void *pvParent = NULL; 2416 2416 PVDINTERFACEPARENTSTATE pIfParentState = VDIfParentStateGet(pVDIfsOperation); -
TabularUnified trunk/src/VBox/Storage/VHD.cpp ¶
r57388 r57399 2441 2441 uint32_t *paBlocks = NULL; 2442 2442 2443 DECLCALLBACK (int) (*pfnParentRead)(void *, uint64_t, void *, size_t) = NULL;2443 DECLCALLBACKMEMBER(int, pfnParentRead)(void *, uint64_t, void *, size_t) = NULL; 2444 2444 void *pvParent = NULL; 2445 2445 PVDINTERFACEPARENTSTATE pIfParentState = VDIfParentStateGet(pVDIfsOperation);
Note:
See TracChangeset
for help on using the changeset viewer.