VirtualBox

Changeset 74791 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Oct 12, 2018 10:44:17 AM (6 years ago)
Author:
vboxsync
Message:

vm.h,VMM,REM: s/VM_FF_IS_PENDING/VM_FF_IS_ANY_SET/g to emphasize the plurality of the flags argument and encourage using VM_FF_IS_SET. bugref:9180

File:
1 edited

Legend:

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

    r74790 r74791  
    727727#endif
    728728
    729 /** @def VM_FF_IS_PENDING
     729/** @def VM_FF_IS_ANY_SET
    730730 * Checks if one or more force action in the specified set is pending.
    731731 *
     
    733733 * @param   fFlags  The flags to check for.
    734734 */
    735 #define VM_FF_IS_PENDING(pVM, fFlags)       RT_BOOL((pVM)->fGlobalForcedActions & (fFlags))
     735#define VM_FF_IS_ANY_SET(pVM, fFlags)       RT_BOOL((pVM)->fGlobalForcedActions & (fFlags))
    736736
    737737/** @def VMCPU_FF_IS_ANY_SET
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