VirtualBox

Changeset 12883 in vbox for trunk


Ignore:
Timestamp:
Oct 1, 2008 11:19:15 PM (16 years ago)
Author:
vboxsync
Message:

driver refactored to make its bind/unbind functionality reusable for dynamic bind/unbind, basics for dynamic binding implemented, error handling fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h

    r12770 r12883  
    166166            RTSEMFASTMUTEX hFastMtx;
    167167# elif defined(RT_OS_WINDOWS)
     168#  ifdef VBOX_NETFLT_ONDEMAND_BIND
     169            /** filter driver device context */
     170            ADAPT IfAdaptor;
     171#  else
    168172            /** pointer to the filter driver device context */
    169173            PADAPT volatile pIfAdaptor;
     174#  endif
    170175# else
    171176#  error "PORTME"
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