VirtualBox

Changeset 30107 in vbox for trunk/src


Ignore:
Timestamp:
Jun 9, 2010 11:05:50 AM (15 years ago)
Author:
vboxsync
Message:

VBoxNetFltInternal.h: The linux pDev pointer member is supposed to be volatile, not the thing it points to. (struct net_device volatile *pDev -> struct net_device * volatile pDev)

File:
1 edited

Legend:

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

    r29708 r30107  
    159159             * @{ */
    160160            /** Pointer to the device. */
    161             struct net_device volatile *pDev;
     161            struct net_device * volatile pDev;
    162162            /** Whether we've successfully put the interface into to promiscuous mode.
    163163             * This is for dealing with the ENETDOWN case. */
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