VirtualBox

Ignore:
Timestamp:
Mar 6, 2013 4:40:36 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84137
Message:

GuestCtrl: More code for guest session infrastructure handling (untested, work in progress). Added IGuestSession.status for (later) asynchronous handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp

    r44869 r44935  
    193193    if (RT_SUCCESS(rc))
    194194    {
    195         VBoxServiceVerbose(3, "Service client ID: %#x\n", g_uControlSvcClientID);
     195        VBoxServiceVerbose(3, "Guest control service client ID=%RU32\n",
     196                           g_uControlSvcClientID);
    196197
    197198        /* Init lists. */
     
    836837         * wants to use. Store it in the host context for later calls. */
    837838        pHostCtx->uProtocol = ssInfo.uProtocol;
     839        VBoxServiceVerbose(3, "Client ID=%RU32 now is using protocol %RU32\n",
     840                           pHostCtx->uClientID, pHostCtx->uProtocol);
    838841
    839842        rc = GstCntlSessionOpen(&ssInfo, NULL /* Node */);
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