Changeset 85683 in vbox for trunk/include
- Timestamp:
- Aug 11, 2020 11:03:42 AM (4 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/log.h
r85576 r85683 477 477 /** Main group, IHost. */ 478 478 LOG_GROUP_MAIN_HOST, 479 /** Main group, IHostUpdate. */ 480 LOG_GROUP_MAIN_HOSTUPDATE, 479 481 /** Main group, IHostNetworkInterface. */ 480 482 LOG_GROUP_MAIN_HOSTNETWORKINTERFACE, … … 979 981 "MAIN_GUESTSESSIONEVENT", \ 980 982 "MAIN_HOST", \ 983 "MAIN_HOSTUPDATE", \ 981 984 "MAIN_HOSTNETWORKINTERFACE", \ 982 985 "MAIN_HOSTUSBDEVICE", \ -
trunk/include/VBox/settings.h
r82968 r85683 325 325 uint32_t uLogHistoryCount; 326 326 bool fExclusiveHwVirt; 327 bool fVBoxUpdateEnabled; 328 uint32_t uVBoxUpdateCount; 329 uint32_t uVBoxUpdateFrequency; 330 uint32_t uVBoxUpdateTarget; /**< VBoxUpdateTarget_T */ 331 com::Utf8Str strVBoxUpdateLastCheckDate; 327 332 }; 328 333
Note:
See TracChangeset
for help on using the changeset viewer.