VirtualBox

Changeset 40712 in vbox for trunk/include


Ignore:
Timestamp:
Mar 29, 2012 3:33:43 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77171
Message:

NetShaper: Online bandwidth limit setting (#5582)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmnetshaper.h

    r40652 r40712  
    9292VMMR3DECL(int) PDMR3NsDetach(PVM pVM, PPDMDRVINS pDrvIns, PPDMNSFILTER pFilter);
    9393
     94/**
     95 * Adjusts the maximum rate for the bandwidth group.
     96 *
     97 * @returns VBox status code.
     98 * @param   pVM                   Handle of VM.
     99 * @param   pcszBwGroup           Name of the bandwidth group to attach to.
     100 * @param   cbTransferPerSecMax   Maximum number of bytes per second to be transmitted.
     101 */
     102VMMR3DECL(int) PDMR3NsBwGroupSetLimit(PVM pVM, const char *pcszBwGroup, uint32_t cbTransferPerSecMax);
     103
    94104/** @} */
    95105
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