VirtualBox

Changeset 28251 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 13, 2010 2:05:25 PM (15 years ago)
Author:
vboxsync
Message:

Initial page sharing code (not compiled)

Location:
trunk/src/VBox/Additions/common/VBoxService
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk

    r28176 r28251  
    4545endif
    4646endif
     47ifdef VBOX_WITH_PAGE_SHARING
     48  VBoxService_DEFS       += VBOX_WITH_PAGE_SHARING
     49endif
    4750if1of ($(KBUILD_TARGET), linux)
    4851 VBoxService_DEFS        += VBOXSERVICE_CPUHOTPLUG
     
    5962        VBoxServiceControl.cpp \
    6063        VBoxServiceControlExec.cpp
     64endif
     65ifdef VBOX_WITH_PAGE_SHARING
     66 VBoxService_SOURCES    += \
     67        VBoxServicePageSharing.cpp \
    6168endif
    6269ifdef VBOX_WITH_GUEST_PROPS
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h

    r28119 r28251  
    191191extern VBOXSERVICE g_VMStatistics;
    192192#endif
     193#ifdef VBOX_WITH_PAGE_SHARING
     194extern VBOXSERVICE g_PageSharing;
     195#endif
    193196
    194197#ifdef RT_OS_WINDOWS
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