Changeset 17422 in vbox for trunk/include
- Timestamp:
- Mar 5, 2009 8:33:58 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43833
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm.h
r17397 r17422 316 316 VMMRCDECL(void) VMMGCGuestToHost(PVM pVM, int rc); 317 317 VMMRCDECL(int) VMMGCCallHost(PVM pVM, VMMCALLHOST enmOperation, uint64_t uArg); 318 VMMRCDECL( void) VMMGCLogDisable(PVM pVM);319 VMMRCDECL(void) VMMGCLog Enable(PVM pVM);318 VMMRCDECL(bool) VMMGCLogDisable(PVM pVM); 319 VMMRCDECL(void) VMMGCLogRestore(PVM pVM, bool fLog); 320 320 VMMRCDECL(void) VMMGCLogFlushIfFull(PVM pVM); 321 321 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.