VirtualBox

Ignore:
Timestamp:
Jan 25, 2013 6:31:58 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83358
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMM-HM.cpp

    r44347 r44387  
    3939
    4040
    41 static DECLCALLBACK(int) CFGMConstructor(PVM pVM, void *pvUser)
     41static DECLCALLBACK(int) tstVmmHmConfigConstructor(PUVM pUVM, PVM pVM, void *pvUser)
    4242{
    4343    NOREF(pvUser);
     
    8585    PVM pVM;
    8686    PUVM pUVM;
    87     int rc = VMR3Create(1, NULL, NULL, NULL, CFGMConstructor, NULL, &pVM, &pUVM);
     87    int rc = VMR3Create(1, NULL, NULL, NULL, tstVmmHmConfigConstructor, NULL, &pVM, &pUVM);
    8888    if (RT_SUCCESS(rc))
    8989    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette