VirtualBox

Ignore:
Timestamp:
Nov 27, 2018 2:14:41 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126975
Message:

HGCM: Added fRequestor and fRestoring to VBOXHGCMSVCFNTABLE::pfnConnect. bugref:9105

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp

    r75500 r75773  
    111111}
    112112
    113 static DECLCALLBACK(int) svcConnect (void *, uint32_t u32ClientID, void *pvClient)
     113static DECLCALLBACK(int) svcConnect (void *, uint32_t u32ClientID, void *pvClient, uint32_t fRequestor, bool fRestoring)
    114114{
    115     int rc = VINF_SUCCESS;
    116 
    117     NOREF(pvClient);
     115    RT_NOREF(pvClient, fRequestor, fRestoring);
    118116
    119117    if (g_u32fCrHgcmDisabled)
     
    125123    Log(("SHARED_CROPENGL svcConnect: u32ClientID = %d\n", u32ClientID));
    126124
    127     rc = crVBoxServerAddClient(u32ClientID);
     125    int rc = crVBoxServerAddClient(u32ClientID);
    128126
    129127    return rc;
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