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/SharedFolders/service.cpp

    r75506 r75773  
    154154}
    155155
    156 static DECLCALLBACK(int) svcConnect (void *, uint32_t u32ClientID, void *pvClient)
     156static DECLCALLBACK(int) svcConnect (void *, uint32_t u32ClientID, void *pvClient, uint32_t fRequestor, bool fRestoring)
    157157{
    158     RT_NOREF2(u32ClientID, pvClient);
     158    RT_NOREF(u32ClientID, pvClient, fRequestor, fRestoring);
    159159    int rc = VINF_SUCCESS;
    160160
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