Changeset 77727 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/linux
- Timestamp:
- Mar 15, 2019 2:14:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r77722 r77727 183 183 } 184 184 185 st ruct net_device_stats *vboxNetAdpLinuxGetStats(struct net_device *pNetDev)185 static struct net_device_stats *vboxNetAdpLinuxGetStats(struct net_device *pNetDev) 186 186 { 187 187 PVBOXNETADPPRIV pPriv = netdev_priv(pNetDev);
Note:
See TracChangeset
for help on using the changeset viewer.