VirtualBox

Changeset 75992 in vbox for trunk/include/VBox/HostServices


Ignore:
Timestamp:
Dec 5, 2018 8:15:41 PM (6 years ago)
Author:
vboxsync
Message:

GuestProperty: Limit the number of pending waits per session and look for cancelled ones.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestPropertySvc.h

    r75495 r75992  
    3535
    3636
    37 /** Maximum length for property names */
     37/** Maximum length for property names. */
    3838#define GUEST_PROP_MAX_NAME_LEN             64
    39 /** Maximum length for property values */
     39/** Maximum length for property values. */
    4040#define GUEST_PROP_MAX_VALUE_LEN            128
    41 /** Maximum number of properties per guest */
     41/** Maximum number of properties per guest. */
    4242#define GUEST_PROP_MAX_PROPS                256
    43 /** Maximum size for enumeration patterns */
     43/** Maximum size for enumeration patterns. */
    4444#define GUEST_PROP_MAX_PATTERN_LEN          1024
    45 /** Maximum number of changes we remember for guest notifications */
     45/** Maximum number of changes we remember for guest notifications. */
    4646#define GUEST_PROP_MAX_GUEST_NOTIFICATIONS  256
     47/** Maximum number of current pending waits per client. */
     48#define GUEST_PROP_MAX_GUEST_CONCURRENT_WAITS 16
    4749
    4850
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