Changeset 47484 in vbox for trunk/src/VBox
- Timestamp:
- Jul 31, 2013 9:30:33 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r46922 r47484 1805 1805 { 1806 1806 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 1807 1810 struct net_device *pDev = (struct net_device *)ptr; 1811 #endif 1808 1812 int rc = NOTIFY_OK; 1809 1813
Note:
See TracChangeset
for help on using the changeset viewer.