Changeset 44742 in vbox for trunk/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp
- Timestamp:
- Feb 18, 2013 5:26:05 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83847
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp
r44529 r44742 406 406 } 407 407 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 */ 417 int NetIfGetLinkSpeed(const char * /*pcszIfName*/, uint32_t * /*puMbits*/) 418 { 419 return VERR_NOT_IMPLEMENTED; 420 }
Note:
See TracChangeset
for help on using the changeset viewer.