VirtualBox

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


Ignore:
Timestamp:
Jan 25, 2013 6:31:58 PM (12 years ago)
Author:
vboxsync
Message:

CFGM: Changed the config constructor to take a PUVM as well as a PVM parameter.

File:
1 edited

Legend:

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

    r44386 r44387  
    7575 *
    7676 * @returns VBox status code.
    77  * @param   pVM             VM handle.
     77 * @param   pUVM            The user mode VM handle.
     78 * @param   pVM             The shared VM handle.
    7879 * @param   pvUser          The argument supplied to VMR3Create().
    7980 */
    80 typedef DECLCALLBACK(int) FNCFGMCONSTRUCTOR(PVM pVM, void *pvUser);
     81typedef DECLCALLBACK(int) FNCFGMCONSTRUCTOR(PUVM pUVM, PVM pVM, void *pvUser);
    8182/** Pointer to a FNCFGMCONSTRUCTOR(). */
    8283typedef FNCFGMCONSTRUCTOR *PFNCFGMCONSTRUCTOR;
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