Changeset 22791 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Sep 4, 2009 5:46:20 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51984
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
r22599 r22791 183 183 /** Pointer to the unbound promiscuous stream. */ 184 184 void volatile *pvPromiscStream; 185 /** Whether we are attaching to IPv6 stream dynamically now. */ 186 bool volatile fAttaching; 185 187 /** Layered device handle to the interface. */ 186 188 ldi_handle_t hIface; … … 189 191 /** Mutex protection used for loopback. */ 190 192 RTSEMFASTMUTEX hFastMtx; 193 /** Mutex protection used for dynamic IPv6 attaches. */ 194 RTSEMFASTMUTEX hPollMtx; 191 195 /** @} */ 192 196 # elif defined(RT_OS_WINDOWS) … … 223 227 uint8_t abPadding[320]; 224 228 #else 225 uint8_t abPadding[ 64];229 uint8_t abPadding[128]; 226 230 #endif 227 231 } u;
Note:
See TracChangeset
for help on using the changeset viewer.