VirtualBox

Changeset 43538 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Oct 4, 2012 12:24:20 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81139
Message:

Main/Metrics: Host network interface metrics for Solaris (#6345)

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h

    r43507 r43538  
    8888    const Guid mGuid;
    8989    const Bstr mNetworkName;
     90    const Bstr mShortName;
    9091    HostNetworkInterfaceType_T mIfType;
    9192
     
    110111        HostNetworkInterfaceMediumType_T mediumType;
    111112        HostNetworkInterfaceStatus_T status;
    112         ULONG speedMbytes;
     113        ULONG speedMbits;
    113114    } m;
    114115
  • trunk/src/VBox/Main/include/netif.h

    r43507 r43538  
    7272    NETIFTYPE      enmMediumType;
    7373    NETIFSTATUS    enmStatus;
    74     uint32_t       uSpeedMbytes;
     74    uint32_t       uSpeedMbits;
    7575    RTUUID         Uuid;
    7676    char           szShortName[VBOXNET_MAX_SHORT_NAME];
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette