Changeset 59293 in vbox
- Timestamp:
- Jan 8, 2016 6:44:18 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104947
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r58132 r59293 5649 5649 * Internally used completion handler for synchronous I/O contexts. 5650 5650 */ 5651 static voidvdIoCtxSyncComplete(void *pvUser1, void *pvUser2, int rcReq)5651 static DECLCALLBACK(void) vdIoCtxSyncComplete(void *pvUser1, void *pvUser2, int rcReq) 5652 5652 { 5653 5653 PVBOXHDD pDisk = (PVBOXHDD)pvUser1;
Note:
See TracChangeset
for help on using the changeset viewer.