VirtualBox

Ignore:
Timestamp:
Feb 18, 2013 5:26:05 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83847
Message:

Main/Metrics: Generic implentation of link state and stubs for line speed for all platforms (#6345)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/darwin/NetIf-darwin.cpp

    r44529 r44742  
    529529}
    530530
     531/**
     532 * Retrieve the physical link speed in megabits per second. If the interface is
     533 * not up or otherwise unavailable the zero speed is returned.
     534 *
     535 * @returns VBox status code.
     536 *
     537 * @param   pcszIfName  Interface name.
     538 * @param   puMbits     Where to store the link speed.
     539 */
     540int NetIfGetLinkSpeed(const char * /*pcszIfName*/, uint32_t * /*puMbits*/)
     541{
     542    return VERR_NOT_IMPLEMENTED;
     543}
    531544#endif
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