Changeset 40100 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 13, 2012 5:45:33 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76241
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/reqpool.cpp
r39640 r40100 1086 1086 int rc = rtReqAlloc(enmType, true /*fPoolOrQueue*/, pPool, phReq); 1087 1087 LogFlow(("RTReqPoolAlloc: returns %Rrc *phReq=%p\n", rc, *phReq)); 1088 return VINF_SUCCESS;1088 return rc; 1089 1089 } 1090 1090 RT_EXPORT_SYMBOL(RTReqPoolAlloc);
Note:
See TracChangeset
for help on using the changeset viewer.