VirtualBox

Changeset 34586 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 1, 2010 8:08:49 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68383
Message:

AsyncCompletion: Allow to change bandwidth limits during runtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmasynccompletion.h

    r33218 r34586  
    351351VMMR3DECL(int) PDMR3AsyncCompletionTaskCancel(PPDMASYNCCOMPLETIONTASK pTask);
    352352
     353/**
     354 * Changes the limit of a bandwidth manager for file endpoints to the given value.
     355 *
     356 * @returns VBox status code.
     357 * @param   pVM             Pointer to the shared VM structure.
     358 * @param   pcszBwMgr       The identifer of the bandwidth manager to change.
     359 * @param   cbMaxNew        The new maximum for the bandwidth manager in bytes/sec.
     360 */
     361VMMR3DECL(int) PDMR3AsyncCompletionBwMgrSetMaxForFile(PVM pVM, const char *pcszBwMgr, uint32_t cbMaxNew);
     362
    353363/** @} */
    354364
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