VirtualBox

Changeset 10613

Show
Ignore:
Timestamp:
07/14/08 21:25:05 (3 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy