Changeset 43512 in vbox
- Timestamp:
- Oct 2, 2012 2:46:50 PM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/PerformanceLinux.cpp
r43507 r43512 222 222 int rc = VINF_SUCCESS; 223 223 char szIfName[/*IFNAMSIZ*/ 16 + 36]; 224 long long unsigned int u64Rx, u64Tx , u64Speed;224 long long unsigned int u64Rx, u64Tx; 225 225 226 226 RTStrPrintf(szIfName, sizeof(szIfName), "/sys/class/net/%s/statistics/rx_bytes", name); -
trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp
r43508 r43512 30 30 #ifdef RT_OS_LINUX 31 31 # include <net/if.h> 32 # include <asm/types.h> 32 33 # include <linux/types.h> 33 34 # include <linux/ethtool.h>
Note:
See TracChangeset
for help on using the changeset viewer.