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/freebsd/NetIf-freebsd.cpp

    r44529 r44742  
    406406}
    407407
     408/**
     409 * Retrieve the physical link speed in megabits per second. If the interface is
     410 * not up or otherwise unavailable the zero speed is returned.
     411 *
     412 * @returns VBox status code.
     413 *
     414 * @param   pcszIfName  Interface name.
     415 * @param   puMbits     Where to store the link speed.
     416 */
     417int NetIfGetLinkSpeed(const char * /*pcszIfName*/, uint32_t * /*puMbits*/)
     418{
     419    return VERR_NOT_IMPLEMENTED;
     420}
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