VirtualBox

Changeset 40100 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Feb 13, 2012 5:45:33 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76241
Message:

Runtime/reqpool: Return status code actually

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/reqpool.cpp

    r39640 r40100  
    10861086    int rc = rtReqAlloc(enmType, true /*fPoolOrQueue*/, pPool, phReq);
    10871087    LogFlow(("RTReqPoolAlloc: returns %Rrc *phReq=%p\n", rc, *phReq));
    1088     return VINF_SUCCESS;
     1088    return rc;
    10891089}
    10901090RT_EXPORT_SYMBOL(RTReqPoolAlloc);
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