Changeset 59297 in vbox
- Timestamp:
- Jan 8, 2016 8:00:47 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r59296 r59297 534 534 static bool tstVDIoTestReqOutstanding(PVDIOREQ pIoReq); 535 535 static int tstVDIoTestReqInit(PVDIOTEST pIoTest, PVDIOREQ pIoReq, void *pvUser); 536 static voidtstVDIoTestReqComplete(void *pvUser1, void *pvUser2, int rcReq);536 static DECLCALLBACK(void) tstVDIoTestReqComplete(void *pvUser1, void *pvUser2, int rcReq); 537 537 538 538 static PVDDISK tstVDIoGetDiskByName(PVDTESTGLOB pGlob, const char *pcszDisk);
Note:
See TracChangeset
for help on using the changeset viewer.