Changeset 89593 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jun 10, 2021 9:49:15 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/req.cpp
r88813 r89593 335 335 AssertPtrReturn(pReq, VERR_INVALID_HANDLE); 336 336 AssertReturn(pReq->u32Magic == RTREQ_MAGIC, VERR_INVALID_HANDLE); 337 //AssertMsgReturn(pReq->enmState == RTREQSTATE_ALLOCATED, ("%d\n", pReq->enmState), VERR_RT_REQUEST_STATE); 338 AssertMsgReturn(pReq->uOwner.hQueue && !pReq->pNext && pReq->EventSem != NIL_RTSEMEVENT, 337 AssertMsgReturn(pReq->uOwner.hQueue && pReq->EventSem != NIL_RTSEMEVENT, 339 338 ("Invalid request package! Anyone cooking their own packages???\n"), 340 339 VERR_RT_REQUEST_INVALID_PACKAGE);
Note:
See TracChangeset
for help on using the changeset viewer.