VirtualBox

Changeset 85683 in vbox for trunk/include


Ignore:
Timestamp:
Aug 11, 2020 11:03:42 AM (4 years ago)
Author:
vboxsync
Message:

Main,FE,doc/VBoxManage+Host+SystemProperties+manual: bugref:7983: Move update check from GUI to API, add more data

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r85576 r85683  
    477477    /** Main group, IHost. */
    478478    LOG_GROUP_MAIN_HOST,
     479    /** Main group, IHostUpdate. */
     480    LOG_GROUP_MAIN_HOSTUPDATE,
    479481    /** Main group, IHostNetworkInterface. */
    480482    LOG_GROUP_MAIN_HOSTNETWORKINTERFACE,
     
    979981    "MAIN_GUESTSESSIONEVENT", \
    980982    "MAIN_HOST", \
     983    "MAIN_HOSTUPDATE", \
    981984    "MAIN_HOSTNETWORKINTERFACE", \
    982985    "MAIN_HOSTUSBDEVICE", \
  • trunk/include/VBox/settings.h

    r82968 r85683  
    325325    uint32_t                uLogHistoryCount;
    326326    bool                    fExclusiveHwVirt;
     327    bool                    fVBoxUpdateEnabled;
     328    uint32_t                uVBoxUpdateCount;
     329    uint32_t                uVBoxUpdateFrequency;
     330    uint32_t                uVBoxUpdateTarget; /**< VBoxUpdateTarget_T */
     331    com::Utf8Str            strVBoxUpdateLastCheckDate;
    327332};
    328333
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