VirtualBox

Changeset 79952 in vbox


Ignore:
Timestamp:
Jul 24, 2019 11:21:03 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132377
Message:

Runtime: ​bugref:8231 Starting on defining and implementing a new RTIoQueue API to replace RTFileAio mid term. [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ioqueue/ioqueuebase.cpp

    r79949 r79952  
    142142        pThis->pVTbl          = pProvVTable;
    143143        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;
    146146        pThis->cReqsCommitted = 0;
    147147        pThis->cReqsPrepared  = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette