VirtualBox

Changeset 71715 in vbox


Ignore:
Timestamp:
Apr 6, 2018 5:49:45 PM (7 years ago)
Author:
vboxsync
Message:

Main/VBoxSVC: add kmk flag to switch off client process watching functionality VBOX_SDS_CLIENTS_WATCHER. Functionality switched off temporary.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r71183 r71715  
    11981198 VBoxProxyStub_TEMPLATE = VBOXMAINCOMP
    11991199 VBoxProxyStub_DEFS     = REGISTER_PROXY_DLL PROXY_CLSID_IS="$(VBOX_MIDL_PROXY_CLSID_IS)" \
    1200         $(if $(VBOX_WITH_SDS),VBOX_WITH_SDS,)
     1200        $(if $(VBOX_WITH_SDS),VBOX_WITH_SDS,)\
     1201    $(if $(VBOX_SDS_CLIENTS_WATCHER),VBOX_SDS_CLIENTS_WATCHER,)
    12011202 VBoxProxyStub_DEFS.win.x86 = WIN32
    12021203 VBoxProxyStub_SDKS     = VBOX_NTDLL
  • trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c

    r71160 r71715  
    187187            /* Install RPC channel hook to intercept a moment just after VirtualBox object activation.
    188188               It's reports to VBoxSDS that a new VirtualBox API client started. */
     189#ifdef VBOX_SDS_CLIENTS_WATCHER
    189190            if(!IsVBoxServiceProcess())
    190191                SetupClientRpcChannelHook();
     192#endif
    191193
    192194#ifdef VBOX_STRICT
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