VirtualBox

Changeset 41891 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 22, 2012 4:56:48 PM (13 years ago)
Author:
vboxsync
Message:

NetShaper: Fixed segmentation fault caused by limits not fitting in 32-bit integer (#5582)

File:
1 edited

Legend:

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

    r40712 r41891  
    100100 * @param   cbTransferPerSecMax   Maximum number of bytes per second to be transmitted.
    101101 */
    102 VMMR3DECL(int) PDMR3NsBwGroupSetLimit(PVM pVM, const char *pcszBwGroup, uint32_t cbTransferPerSecMax);
     102VMMR3DECL(int) PDMR3NsBwGroupSetLimit(PVM pVM, const char *pcszBwGroup, uint64_t cbTransferPerSecMax);
    103103
    104104/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette