Changeset 11260 in vbox for trunk/src/VBox
- Timestamp:
- Aug 8, 2008 3:40:03 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34340
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r11031 r11260 2703 2703 RTPrintf("Host time: %s\n", pszTime); 2704 2704 2705 ULONG processorOnlineCount = 0; 2706 CHECK_ERROR (Host, COMGETTER(ProcessorOnlineCount)(&processorOnlineCount)); 2707 RTPrintf("Processor online count: %lu\n", processorOnlineCount); 2705 2708 ULONG processorCount = 0; 2706 2709 CHECK_ERROR (Host, COMGETTER(ProcessorCount)(&processorCount));
Note:
See TracChangeset
for help on using the changeset viewer.