Changeset 34586 in vbox for trunk/include/VBox
- Timestamp:
- Dec 1, 2010 8:08:49 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68383
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmasynccompletion.h
r33218 r34586 351 351 VMMR3DECL(int) PDMR3AsyncCompletionTaskCancel(PPDMASYNCCOMPLETIONTASK pTask); 352 352 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 */ 361 VMMR3DECL(int) PDMR3AsyncCompletionBwMgrSetMaxForFile(PVM pVM, const char *pcszBwMgr, uint32_t cbMaxNew); 362 353 363 /** @} */ 354 364
Note:
See TracChangeset
for help on using the changeset viewer.