VirtualBox

Changeset 22890 in vbox for trunk/include


Ignore:
Timestamp:
Sep 9, 2009 11:11:31 PM (15 years ago)
Author:
vboxsync
Message:

VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.

Location:
trunk/include/VBox
Files:
4 edited

Legend:

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

    r21217 r22890  
    4242typedef struct GVMCPU
    4343{
    44     /** VCPU id (0 - (pVM->cCPUs - 1). */
     44    /** VCPU id (0 - (pVM->cCpus - 1). */
    4545    VMCPUID         idCpu;
    4646
     
    8484    PVM             pVM;
    8585    /** Number of Virtual CPUs, i.e. how many entries there are in aCpus.
    86      * Same same as PVM::cCPUs. */
     86     * Same same as VM::cCpus. */
    8787    uint32_t        cCpus;
    8888    uint32_t        padding;
  • trunk/include/VBox/vm.h

    r22889 r22890  
    698698    uint32_t                    hSelf;
    699699    /** Number of virtual CPUs. */
    700     uint32_t                    cCPUs;
     700    uint32_t                    cCpus;
    701701
    702702    /** Size of the VM structure including the VMCPU array. */
  • trunk/include/VBox/vm.mac

    r22888 r22890  
    5656    .pVMRC                  RTRCPTR_RES 1
    5757    .hSelf                  resd 1
    58     .cCPUs                  resd 1
     58    .cCpus                  resd 1
    5959    .cbSelf                 resd 1
    6060    .offVMCPU               resd 1
  • trunk/include/VBox/vmapi.h

    r22784 r22890  
    349349
    350350
    351 VMMR3DECL(int)  VMR3Create(uint32_t cCPUs, PFNVMATERROR pfnVMAtError, void *pvUserVM, PFNCFGMCONSTRUCTOR pfnCFGMConstructor, void *pvUserCFGM, PVM *ppVM);
     351VMMR3DECL(int)  VMR3Create(uint32_t cCpus, PFNVMATERROR pfnVMAtError, void *pvUserVM, PFNCFGMCONSTRUCTOR pfnCFGMConstructor, void *pvUserCFGM, PVM *ppVM);
    352352VMMR3DECL(int)  VMR3PowerOn(PVM pVM);
    353353VMMR3DECL(int)  VMR3Suspend(PVM pVM);
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