Changeset 98807 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 1, 2023 4:38:03 PM (21 months ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r98706 r98807 8500 8500 /* setup host core dumper for the VM */ 8501 8501 Bstr value; 8502 HRESULThrc = mMachine->GetExtraData(Bstr("VBoxInternal2/CoreDumpEnabled").raw(), value.asOutParam());8502 hrc = mMachine->GetExtraData(Bstr("VBoxInternal2/CoreDumpEnabled").raw(), value.asOutParam()); 8503 8503 if (SUCCEEDED(hrc) && value == "1") 8504 8504 { -
trunk/src/VBox/Main/src-server/solaris/PerformanceSolaris.cpp
r98292 r98807 389 389 int CollectorSolaris::getRawHostNetworkLoad(const char *name, uint64_t *rx, uint64_t *tx) 390 390 { 391 #if ARCH_BITS == 32 391 392 static bool g_fNotReported = true; 393 #endif 392 394 AssertReturn(strlen(name) < KSTAT_STRLEN, VERR_INVALID_PARAMETER); 393 395 LogFlowThisFunc(("m=%s i=%d n=%s\n", "link", -1, name));
Note:
See TracChangeset
for help on using the changeset viewer.