VirtualBox

Changeset 36470 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Mar 30, 2011 9:36:09 AM (14 years ago)
Author:
vboxsync
Message:

VBoxNetNat & tstIntNet: VERR_INTERRUPTED handling (#5620)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp

    r35346 r36470  
    448448        WaitReq.cMillies = cMillies - (uint32_t)cElapsedMillies;
    449449        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)
    451451            break;
    452452        if (RT_FAILURE(rc))
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