- Timestamp:
- Oct 28, 2009 1:48:25 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 54028
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp
r23978 r24121 155 155 pAioMgr->pEndpointsHead->AioMgr.pEndpointPrev = pEndpointNew; 156 156 pAioMgr->pEndpointsHead = pEndpointNew; 157 158 /* 159 * Process the task list the first time. There might be pending requests 160 * if the endpoint was migrated from another endpoint. 161 */ 162 rc = pdmacFileAioMgrFailsafeProcessEndpoint(pEndpointNew); 163 AssertRC(rc); 157 164 break; 158 165 }
Note:
See TracChangeset
for help on using the changeset viewer.