Changeset 76111 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 10, 2018 12:11:26 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127352
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r75955 r76111 7551 7551 RTERRINFOSTATIC ErrInfo; 7552 7552 int vrc = com::VBoxLogRelCreate("VM", logFile.c_str(), 7553 RTLOGFLAGS_PREFIX_TIME_PROG | RTLOGFLAGS_RESTRICT_GROUPS,7553 RTLOGFLAGS_PREFIX_TIME_PROG /*| RTLOGFLAGS_RESTRICT_GROUPS*/, 7554 7554 "all all.restrict -default.restrict", 7555 7555 "VBOX_RELEASE_LOG", RTLOGDEST_FILE, -
trunk/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp
r76082 r76111 640 640 /** Array the runs parallel to aHandles with the VBoxSVC data. */ 641 641 VBoxSDSWatcherData aData[MAXIMUM_WAIT_OBJECTS]; 642 /** Todo items. */642 /** Pending changes. */ 643 643 struct 644 644 {
Note:
See TracChangeset
for help on using the changeset viewer.