Changeset 44387 in vbox for trunk/src/VBox/VMM/testcase/tstVMM-HM.cpp
- Timestamp:
- Jan 25, 2013 6:31:58 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83358
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMM-HM.cpp
r44347 r44387 39 39 40 40 41 static DECLCALLBACK(int) CFGMConstructor(PVM pVM, void *pvUser)41 static DECLCALLBACK(int) tstVmmHmConfigConstructor(PUVM pUVM, PVM pVM, void *pvUser) 42 42 { 43 43 NOREF(pvUser); … … 85 85 PVM pVM; 86 86 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); 88 88 if (RT_SUCCESS(rc)) 89 89 {
Note:
See TracChangeset
for help on using the changeset viewer.