VirtualBox

Ignore:
Timestamp:
Aug 23, 2013 7:41:13 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88338
Message:

E_IMPL => VERR_NOT_IMPLEMENTED

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp

    r45051 r48010  
    4040int CollectorFreeBSD::getHostCpuLoad(ULONG *user, ULONG *kernel, ULONG *idle)
    4141{
    42     return E_NOTIMPL;
     42    return VERR_NOT_IMPLEMENTED;
    4343}
    4444
     
    102102int CollectorFreeBSD::getProcessCpuLoad(RTPROCESS process, ULONG *user, ULONG *kernel)
    103103{
    104     return E_NOTIMPL;
     104    return VERR_NOT_IMPLEMENTED;
    105105}
    106106
    107107int CollectorFreeBSD::getProcessMemoryUsage(RTPROCESS process, ULONG *used)
    108108{
    109     return E_NOTIMPL;
     109    return VERR_NOT_IMPLEMENTED;
    110110}
    111111
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