VirtualBox

Changeset 10872 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 24, 2008 8:27:59 PM (17 years ago)
Author:
vboxsync
Message:

why the heck did this compile?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/linux/PerformanceLinux.cpp

    r10868 r10872  
    8787
    8888    uint64_t uHostUser, uHostKernel, uHostIdle;
    89     rc = getRawHostCpuLoad(uHostUser, uHostKernel, uHostIdle);
     89    rc = getRawHostCpuLoad(&uHostUser, &uHostKernel, &uHostIdle);
    9090    if (RT_FAILURE(rc))
    9191        return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette