VirtualBox

Changeset 70058 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Dec 11, 2017 3:02:07 PM (7 years ago)
Author:
vboxsync
Message:

GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp

    r69749 r70058  
    217217     * of space here in case the maximum values are raised. */
    218218    void *pvBuf = NULL;
    219     uint32_t cbBuf = MAX_VALUE_LEN + MAX_FLAGS_LEN + _1K;
     219    uint32_t cbBuf = GUEST_PROP_MAX_VALUE_LEN + GUEST_PROP_MAX_FLAGS_LEN + _1K;
    220220
    221221    /* Because there is a race condition between our reading the size of a
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