Changeset 10872 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 24, 2008 8:27:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/PerformanceLinux.cpp
r10868 r10872 87 87 88 88 uint64_t uHostUser, uHostKernel, uHostIdle; 89 rc = getRawHostCpuLoad( uHostUser, uHostKernel,uHostIdle);89 rc = getRawHostCpuLoad(&uHostUser, &uHostKernel, &uHostIdle); 90 90 if (RT_FAILURE(rc)) 91 91 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.