VirtualBox

Changeset 10613 in vbox


Ignore:
Timestamp:
Jul 14, 2008 7:25:05 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33314
Message:

Performance API enabled for Linux, Solaris and Windows.
POSIX timers enabled for Linux and Solaris.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r10610 r10613  
    323323# Enable the host/guest information service and registry
    324324VBOX_WITH_INFO_SVC = 1
    325 # Enable performance API
     325# Enable performance API on Linux, Solaris and Windows
     326if1of ($(KBUILD_TARGET),linux solaris win)
    326327VBOX_WITH_RESOURCE_USAGE_API = 1
     328endif
     329# Enable POSIX timers on Linux and Solaris
     330if1of ($(KBUILD_TARGET),linux solaris)
     331IPRT_WITH_POSIX_TIMERS = 1
     332endif
    327333
    328334#
  • trunk/src/VBox/Main/ProgressImpl.cpp

    r10612 r10613  
    1919 * additional information or have any questions.
    2020 */
    21 
    22 #include <iprt/stdint.h>
    2321
    2422#if defined (VBOX_WITH_XPCOM)
Note: See TracChangeset for help on using the changeset viewer.

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