VirtualBox

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


Ignore:
Timestamp:
Sep 28, 2012 6:36:09 AM (12 years ago)
Author:
vboxsync
Message:

Main/Metrics: Missing interface detection (#6345)

File:
1 edited

Legend:

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

    r43453 r43456  
    497497    public:
    498498        HostNetworkLoadRaw(CollectorHAL *hal, ComPtr<IUnknown> object, com::Utf8Str name, com::Utf8Str ifname, SubMetric *rx, SubMetric *tx)
    499             : BaseMetric(hal, name, object), mInterfaceName(ifname), mRx(rx), mTx(tx), mRxPrev(0), mTxPrev(0) {};
     499            : BaseMetric(hal, name, object), mInterfaceName(ifname), mRx(rx), mTx(tx), mRxPrev(0), mTxPrev(0), mRc(VINF_SUCCESS) {};
    500500        ~HostNetworkLoadRaw() { delete mRx; delete mTx; };
    501501
     
    515515        uint64_t      mRxPrev;
    516516        uint64_t      mTxPrev;
     517        int           mRc;
    517518    };
    518519
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