Changeset 23978 in vbox for trunk/src/VBox
- Timestamp:
- Oct 22, 2009 1:15:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp
r23956 r23978 101 101 pTasks = pdmacFileEpGetNewTasks(pEndpoint); 102 102 103 if (pTasks) ;103 if (pTasks) 104 104 rc = pdmacFileAioMgrFailsafeProcessEndpointTaskList(pEndpoint, pTasks); 105 105 }
Note:
See TracChangeset
for help on using the changeset viewer.