Changeset 79952 in vbox
- Timestamp:
- Jul 24, 2019 11:21:03 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132377
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ioqueue/ioqueuebase.cpp
r79949 r79952 142 142 pThis->pVTbl = pProvVTable; 143 143 pThis->hIoQueueProv = (RTIOQUEUEPROV)&pThis->abInst[0]; 144 pThis->cSqEntries = cSqEntries;145 pThis->cCqEntries = cCqEntries;144 pThis->cSqEntries = (uint32_t)cSqEntries; 145 pThis->cCqEntries = (uint32_t)cCqEntries; 146 146 pThis->cReqsCommitted = 0; 147 147 pThis->cReqsPrepared = 0;
Note:
See TracChangeset
for help on using the changeset viewer.