VirtualBox

Changeset 62014 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jul 4, 2016 4:18:43 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108472
Message:

Main/Machine: add a stub for an aux settings file (which will be an additional file, for the current state and each snapshot), meant for stuff which needs to be saved potentially frequently while the VM is running. It should cover what aren't true settings, in the sense of not being subject to the usual saveSettings/discardSettings machinery. Usually rather bulky stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r61042 r62014  
    932932    HRESULT getStorageControllers(std::vector<ComPtr<IStorageController> > &aStorageControllers);
    933933    HRESULT getSettingsFilePath(com::Utf8Str &aSettingsFilePath);
     934    HRESULT getSettingsAuxFilePath(com::Utf8Str &aSettingsAuxFilePath);
    934935    HRESULT getSettingsModified(BOOL *aSettingsModified);
    935936    HRESULT getSessionState(SessionState_T *aSessionState);
Note: See TracChangeset for help on using the changeset viewer.

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