VirtualBox

Changeset 48160 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 29, 2013 2:17:25 PM (11 years ago)
Author:
vboxsync
Message:

Main/src-server/PerformanceLinux: unused var.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/linux/PerformanceLinux.cpp

    r48128 r48160  
    319319int CollectorLinux::getRawHostNetworkLoad(const char *pszFile, uint64_t *rx, uint64_t *tx)
    320320{
    321     int rc = VINF_SUCCESS;
    322321    char szIfName[/*IFNAMSIZ*/ 16 + 36];
    323322
     
    517516{
    518517    char szVolInfo[RTPATH_MAX];
    519     int rc = RTPathAppPrivateArch(szVolInfo, 
     518    int rc = RTPathAppPrivateArch(szVolInfo,
    520519                                  sizeof(szVolInfo) - sizeof("/" VBOXVOLINFO_NAME " ") - strlen(pcszVolume));
    521520    if (RT_FAILURE(rc))
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