VirtualBox

Ignore:
Timestamp:
Mar 3, 2015 11:00:35 PM (10 years ago)
Author:
vboxsync
Message:

VBoxGuest: Optimized vbgdBitUsageTrackerChange and got rid of some unnecessary member type prefixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h

    r54608 r54613  
    216216     * Protected by VBOXGUESTDEVEXT::SessionSpinlock, but is unfortunately read
    217217     * without holding the lock in a couple of places. */
    218     uint32_t volatile           u32AcquireModeGuestCaps;
     218    uint32_t volatile           fAcquireModeGuestCaps;
    219219    /** Guest capabilities which have been set to "set" mode.  This just means
    220220     * that they have been blocked from ever being set to "acquire" mode. */
    221     uint32_t                    u32SetModeGuestCaps;
     221    uint32_t                    fSetModeGuestCaps;
    222222    /** Mask of all capabilities which are currently acquired by some session
    223223     * and as such reported to the host. */
    224     uint32_t                    u32GuestCapsAcquired;
     224    uint32_t                    fAcquiredGuestCaps;
    225225    /** Usage counters for guest capabilities in "set" mode. Indexed by
    226226     *  capability bit number, one count per session using a capability. */
     
    283283     * Protected by VBOXGUESTDEVEXT::SessionSpinlock, but is unfortunately read
    284284     * without holding the lock in a couple of places. */
    285     uint32_t volatile           u32AquiredGuestCaps;
     285    uint32_t volatile           fAcquiredGuestCaps;
    286286    /** Guest capabilities in "set" mode for this session.
    287287     * These accumulated for sessions via VBOXGUESTDEVEXT::acGuestCapsSet and
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