VirtualBox

Changeset 12439 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Sep 12, 2008 5:37:42 PM (16 years ago)
Author:
vboxsync
Message:

installer code added to HostImpl, bugfixing in macket handing in the driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HostImpl.h

    r11258 r12439  
    9999                                           IHostNetworkInterface **aHostNetworkInterface,
    100100                                           IProgress **aProgress);
     101# ifdef VBOX_WITH_NETFLT
     102    /*
     103     * increments the reference to the netflt - to - aHostNetworkInterface binding reference count
     104     * the exec flow:
     105     * 1. if netflt is NOT installed currently - install it
     106     * 2. if the NetFlt is not bound to the specified adapter - bind it
     107     * 3. increase the binding reference count -
     108     */
     109    STDMETHOD(NetFltAcquire) (IHostNetworkInterface *aHostNetworkInterface,
     110                                           IProgress **aProgress);
     111
     112    /*
     113     * decrements the reference to the netflt - to - aHostNetworkInterface binding reference count
     114     */
     115    STDMETHOD(NetFltRelease) (IHostNetworkInterface *aHostNetworkInterface,
     116                                           IProgress **aProgress);
     117# endif /*VBOX_WITH_NETFLT*/
    101118#endif
    102119    STDMETHOD(CreateUSBDeviceFilter) (INPTR BSTR aName, IHostUSBDeviceFilter **aFilter);
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