- Timestamp:
- Jun 9, 2010 1:15:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h
r30117 r30119 192 192 # else 193 193 /** Pointer to the bound IPv4 stream. */ 194 struct vboxnetflt_stream_t * volatile p vIp4Stream;194 struct vboxnetflt_stream_t * volatile pIp4Stream; 195 195 /** Pointer to the bound IPv6 stream. */ 196 196 struct vboxnetflt_stream_t * volatile pIp6Stream;
Note:
See TracChangeset
for help on using the changeset viewer.