VirtualBox

Changeset 41842 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 20, 2012 11:46:31 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78670
Message:

Main,VBoxManage,docs: bandwidth units changed to bytes (#5582)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r41371 r41842  
    670670{
    671671    BandwidthGroup()
    672         : cMaxMbPerSec(0),
     672        : cMaxBytesPerSec(0),
    673673          enmType(BandwidthGroupType_Null)
    674674    {}
     
    677677    {
    678678        return (   (strName      == i.strName)
    679                 && (cMaxMbPerSec == i.cMaxMbPerSec)
     679                && (cMaxBytesPerSec == i.cMaxBytesPerSec)
    680680                && (enmType      == i.enmType));
    681681    }
    682682
    683683    com::Utf8Str         strName;
    684     uint32_t             cMaxMbPerSec;
     684    uint64_t             cMaxBytesPerSec;
    685685    BandwidthGroupType_T enmType;
    686686};
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