VirtualBox

Changeset 20804 in vbox for trunk/include


Ignore:
Timestamp:
Jun 23, 2009 8:05:46 AM (16 years ago)
Author:
vboxsync
Message:

Introduced VMCPUID_OTHER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/types.h

    r20087 r20804  
    109109 * Intended for scheduling a VM request or some other task. */
    110110#define VMCPUID_ANY         UINT32_C(0xfffffff4)
     111/** Any virtual CPU except the current one.
     112 * Intended for scheduling a VM request or some other task. */
     113#define VMCPUID_OTHER       UINT32_C(0xfffffff5)
    111114/** The NIL value. */
    112115#define NIL_VMCPUID         UINT32_C(0xfffffffd)
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