VirtualBox

Changeset 19284 in vbox


Ignore:
Timestamp:
May 1, 2009 12:38:38 PM (16 years ago)
Author:
vboxsync
Message:

VBox/vmapi.h: VMREQDEST_FROM_ID.

File:
1 edited

Legend:

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

    r19266 r19284  
    286286/** Makes a VMREQDEST value from a VMCPU pointer. */
    287287#define VMREQDEST_FROM_VMCPU(pVCpu)     ((VMREQDEST)(pVCpu)->idCpu)
    288 
     288/** Makes a VMREQDEST value from a virtual CPU ID. */
     289#define VMREQDEST_FROM_ID(idCpu)        ((VMREQDEST)(idCpu))
    289290
    290291/**
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