VirtualBox

Changeset 633 in vbox for trunk/src


Ignore:
Timestamp:
Feb 5, 2007 1:02:41 PM (18 years ago)
Author:
vboxsync
Message:

Good job!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/req.cpp

    r622 r633  
    148148        /*
    149149         * Process the requests.
    150          *
    151          * Since this is a FF worker certain rules applies to the
    152          * status codes. See the EM section in VBox/err.h and EM.cpp for details.
    153150         */
    154151        while (pReqs)
     
    198195    va_list va;
    199196    va_start(va, cArgs);
    200     int rc = RTReqCallV(pQueue, ppReq, cMillies, RTREQFLAGS_VBOX_STATUS, pfnFunction, cArgs, va);
     197    int rc = RTReqCallV(pQueue, ppReq, cMillies, RTREQFLAGS_IPRT_STATUS, pfnFunction, cArgs, va);
    201198    va_end(va);
    202199    return rc;
     
    503500            pReq->enmState = RTREQSTATE_ALLOCATED;
    504501            pReq->iStatus  = VERR_RT_REQUEST_STATUS_STILL_PENDING;
    505             pReq->fFlags   = RTREQFLAGS_VBOX_STATUS;
     502            pReq->fFlags   = RTREQFLAGS_IPRT_STATUS;
    506503            pReq->enmType  = enmType;
    507504
     
    538535    pReq->iStatus  = VERR_RT_REQUEST_STATUS_STILL_PENDING;
    539536    pReq->fEventSemClear = true;
    540     pReq->fFlags   = RTREQFLAGS_VBOX_STATUS;
     537    pReq->fFlags   = RTREQFLAGS_IPRT_STATUS;
    541538    pReq->enmType  = enmType;
    542539
     
    742739 * Process one request.
    743740 *
    744  * @returns VBox status code.
     741 * @returns IPRT status code.
    745742 *
    746743 * @param   pReq        Request packet to process.
Note: See TracChangeset for help on using the changeset viewer.

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