Changeset 44742 in vbox for trunk/src/VBox/Main/src-server/darwin
- 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/darwin/NetIf-darwin.cpp
r44529 r44742 529 529 } 530 530 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 */ 540 int NetIfGetLinkSpeed(const char * /*pcszIfName*/, uint32_t * /*puMbits*/) 541 { 542 return VERR_NOT_IMPLEMENTED; 543 } 531 544 #endif
Note:
See TracChangeset
for help on using the changeset viewer.