VirtualBox

Changeset 15893 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 12, 2009 2:11:29 PM (16 years ago)
Author:
vboxsync
Message:

INTNETR0IfWait fix, NetFlt/win fixes

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp

    r15842 r15893  
    30483048        if (!pIf->fDestroying)
    30493049        {
    3050             if (!intnetR0IfRelease(pIf, pSession))
     3050            if (intnetR0IfRelease(pIf, pSession))
    30513051                rc = VERR_SEM_DESTROYED;
    30523052        }
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c

    r15527 r15893  
    10251025            break;
    10261026        case kVBoxNetFltInsState_Connected:
    1027             rc = VINF_SUCCESS;
     1027            Assert(0);
     1028            rc = VERR_INTNET_FLT_IF_BUSY;
    10281029            break;
    10291030        case kVBoxNetFltInsState_Disconnecting:
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h

    r15527 r15893  
    191191            /** @name Windows instance data.
    192192             * @{ */
    193 //#  ifdef VBOX_NETFLT_ONDEMAND_BIND
    194193            /** Filter driver device context. */
    195194            ADAPT IfAdaptor;
    196 //#  else
    197 //            /** Pointer to the filter driver device context. */
    198 //            PADAPT volatile pIfAdaptor;
    199 //#  endif
     195            /** Packet worker thread info */
     196            PACKET_QUEUE_WORKER PacketQueueWorker;
    200197            /** The MAC address of the interface. Caching MAC for performance reasons. */
    201198            RTMAC Mac;
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