VirtualBox

Ignore:
Timestamp:
Nov 16, 2018 12:03:41 AM (6 years ago)
Author:
vboxsync
Message:

HGCM,Main,SharedFolder,SharedClipboard,GuestProperties: Added HGCM service helpers for statistics and dbg info registration/deregistration. A PUVM is passed to HGCMService (where the helpers are implemented) when the service is loaded. Since this drags in both dbg.h and stam.h, LOG_GROUP defines now have to be at the top of the include list as everywhere else (i.e. hgcmsvc.h will define LOG_GROUP default by dragging in log.h). Added generic statistics of HGCM message processing and function level statistics to the shared folder service. [missing files, ++]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/x11-stub.cpp

    r70243 r75498  
     1/* $Id$*/
    12/** @file
    2  *
    3  * Shared Clipboard:
    4  * Linux host, a stub version with no functionality for use on headless hosts.
     3 * Shared Clipboard Service - Linux host, a stub version with no functionality for use on headless hosts.
    54 */
    65
     
    1716 */
    1817
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
     22#define LOG_GROUP LOG_GROUP_SHARED_CLIPBOARD
    1923#include <VBox/HostServices/VBoxClipboardSvc.h>
    2024
     
    3236
    3337#include "VBoxClipboard.h"
     38
     39
    3440
    3541/** Initialise the host side of the shared clipboard - called by the hgcm layer. */
     
    129135    LogFlowFunc(("called, returning.\n"));
    130136}
     137
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