VirtualBox

Changeset 29557 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 17, 2010 3:01:12 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61699
Message:

Proper debug logging

File:
1 edited

Legend:

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

    r29458 r29557  
    298298GMMR0DECL(int)  GMMR0UnregisterSharedModule(PVM pVM, VMCPUID idCpu, char *pszModuleName, char *pszVersion, RTGCPTR GCBaseAddr, uint32_t cbModule);
    299299GMMR0DECL(int)  GMMR0UnregisterAllSharedModules(PVM pVM, VMCPUID idCpu);
    300 GMMR0DECL(int)  GMMR0CheckSharedModules(PVM pVM, VMCPUID idCpu);
     300GMMR0DECL(int) GMMR0CheckSharedModules(PVM pVM, PVMCPU pVCpu);
    301301GMMR0DECL(int)  GMMR0ResetSharedModules(PVM pVM, VMCPUID idCpu);
    302 
     302#ifdef LOG_ENABLED
     303GMMR0DECL(int) GMMR0CheckSharedModulesStart(PVM pVM);
     304GMMR0DECL(int) GMMR0CheckSharedModulesEnd(PVM pVM);
     305#endif
    303306
    304307
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