Changeset 64766 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Nov 30, 2016 10:59:48 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112111
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/aiomgr.cpp
r63561 r64766 677 677 unsigned cRequests = 0; 678 678 int rc = VINF_SUCCESS; 679 680 /* Go through the list and queue the requests. */ 679 681 PRTAIOMGRREQ pReqIt; 680 682 PRTAIOMGRREQ pReqItNext; 681 682 /* Go through the list and queue the requests. */683 683 RTListForEachSafe(&pFile->AioMgr.ListWaitingReqs, pReqIt, pReqItNext, RTAIOMGRREQ, NodeWaitingList) 684 684 { … … 764 764 { 765 765 int rc = VINF_SUCCESS; 766 766 767 PRTAIOMGRFILEINT pIt; 767 768 768 RTListForEach(&pThis->ListFiles, pIt, RTAIOMGRFILEINT, AioMgr.NodeAioMgrFiles) 769 769 {
Note:
See TracChangeset
for help on using the changeset viewer.