Changeset 40712 in vbox for trunk/include
- Timestamp:
- Mar 29, 2012 3:33:43 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmnetshaper.h
r40652 r40712 92 92 VMMR3DECL(int) PDMR3NsDetach(PVM pVM, PPDMDRVINS pDrvIns, PPDMNSFILTER pFilter); 93 93 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 */ 102 VMMR3DECL(int) PDMR3NsBwGroupSetLimit(PVM pVM, const char *pcszBwGroup, uint32_t cbTransferPerSecMax); 103 94 104 /** @} */ 95 105
Note:
See TracChangeset
for help on using the changeset viewer.