VirtualBox

Changeset 47484 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 31, 2013 9:30:33 AM (11 years ago)
Author:
vboxsync
Message:

VBoxNetFlt/linux: fix for Linux 3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r46922 r47484  
    18051805{
    18061806    PVBOXNETFLTINS      pThis = VBOX_FLT_NB_TO_INST(self);
     1807#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0)
     1808    struct net_device  *pDev  = netdev_notifier_info_to_dev(ptr);
     1809#else
    18071810    struct net_device  *pDev  = (struct net_device *)ptr;
     1811#endif
    18081812    int                 rc    = NOTIFY_OK;
    18091813
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