Changeset 43523 in vbox for trunk/src/VBox/Main/src-server/linux/NetIf-linux.cpp
- Timestamp:
- Oct 3, 2012 5:38:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/NetIf-linux.cpp
r43522 r43523 164 164 int rc = NetIfAdpCtlOut(pszName, "speed", szBuf, sizeof(szBuf)); 165 165 if (RT_SUCCESS(rc)) 166 {167 166 pInfo->uSpeedMbytes = RTStrToUInt32(szBuf); 168 }169 167 else 170 return rc;168 pInfo->uSpeedMbytes = 0; 171 169 } 172 170 }
Note:
See TracChangeset
for help on using the changeset viewer.