Changeset 36470 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Mar 30, 2011 9:36:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp
r35346 r36470 448 448 WaitReq.cMillies = cMillies - (uint32_t)cElapsedMillies; 449 449 int rc = SUPR3CallVMMR0Ex(NIL_RTR0PTR, NIL_VMCPUID, VMMR0_DO_INTNET_IF_WAIT, 0, &WaitReq.Hdr); 450 if (rc == VERR_TIMEOUT )450 if (rc == VERR_TIMEOUT || rc == VERR_INTERRUPTED) 451 451 break; 452 452 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.