VirtualBox

Ignore:
Timestamp:
Sep 4, 2009 5:46:20 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51984
Message:

Solaris/VBoxNetFlt: dynamic IPv6 attachment.

File:
1 edited

Legend:

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

    r22599 r22791  
    183183            /** Pointer to the unbound promiscuous stream. */
    184184            void volatile *pvPromiscStream;
     185            /** Whether we are attaching to IPv6 stream dynamically now. */
     186            bool volatile fAttaching;
    185187            /** Layered device handle to the interface. */
    186188            ldi_handle_t hIface;
     
    189191            /** Mutex protection used for loopback. */
    190192            RTSEMFASTMUTEX hFastMtx;
     193            /** Mutex protection used for dynamic IPv6 attaches. */
     194            RTSEMFASTMUTEX hPollMtx;
    191195            /** @} */
    192196# elif defined(RT_OS_WINDOWS)
     
    223227        uint8_t abPadding[320];
    224228#else
    225         uint8_t abPadding[64];
     229        uint8_t abPadding[128];
    226230#endif
    227231    } u;
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