VirtualBox

Ignore:
Timestamp:
Apr 23, 2010 12:34:14 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60472
Message:

SrvIntNetR0,VBoxNetFlt: Main body of the internal locking rewrite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c

    r28088 r28623  
    427427    Assert(pThis->MyPort.u32Version == INTNETTRUNKIFPORT_VERSION);
    428428    Assert(vboxNetFltGetState(pThis) == kVBoxNetFltInsState_Connected);
    429 /** @todo Assert(pThis->fActive); - disabled because we may call this without
    430  *        holding the out-bound lock and race the clearing. */
     429    /* No fActive check here. */
    431430
    432431    /*
     
    450449    Assert(pThis->MyPort.u32Version == INTNETTRUNKIFPORT_VERSION);
    451450    Assert(vboxNetFltGetState(pThis) == kVBoxNetFltInsState_Connected);
    452     Assert(pThis->fActive);
     451    /* No fActive check here. */
    453452
    454453    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette