Changeset 48528 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 18, 2013 8:39:01 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89057
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r48406 r48528 615 615 static DECLCALLBACK(int) configGuestProperties(void *pvConsole, PUVM pUVM); 616 616 static DECLCALLBACK(int) configGuestControl(void *pvConsole); 617 void vmstateChangePowerOff(bool fCalledFromReset /* = false */);618 617 static DECLCALLBACK(void) vmstateChangeCallback(PUVM pUVM, VMSTATE enmState, VMSTATE enmOldState, void *pvUser); 619 618 static DECLCALLBACK(int) unplugCpu(Console *pThis, PUVM pUVM, VMCPUID idCpu); … … 682 681 static DECLCALLBACK(void) vmm2User_NotifyPdmtInit(PCVMM2USERMETHODS pThis, PUVM pUVM); 683 682 static DECLCALLBACK(void) vmm2User_NotifyPdmtTerm(PCVMM2USERMETHODS pThis, PUVM pUVM); 683 static DECLCALLBACK(void) vmm2User_NotifyResetTurnedIntoPowerOff(PCVMM2USERMETHODS pThis, PUVM pUVM); 684 684 685 685 static DECLCALLBACK(void *) drvStatus_QueryInterface(PPDMIBASE pInterface, const char *pszIID); … … 789 789 /** true if a USB controller is available (i.e. USB devices can be attached). */ 790 790 bool mfVMHasUsbController : 1; 791 /** true if the VM power off was caused by reset. */ 792 bool mfPowerOffCausedByReset : 1; 791 793 792 794 /** Pointer to the VMM -> User (that's us) callbacks. */
Note:
See TracChangeset
for help on using the changeset viewer.