VirtualBox

Changeset 71634 in vbox for trunk/src/VBox/Main/include


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

Guest Control/Main: Use the session ID for Guest::i_sessionRemove() and avoid searching for it (as the primary key in the session map is the ID anyway).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestImpl.h

    r71406 r71634  
    105105#ifdef VBOX_WITH_GUEST_CONTROL
    106106    int         i_dispatchToSession(PVBOXGUESTCTRLHOSTCBCTX pCtxCb, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb);
    107     int         i_sessionRemove(GuestSession *pSession);
     107    int         i_sessionRemove(uint32_t uSessionID);
    108108    int         i_sessionCreate(const GuestSessionStartupInfo &ssInfo, const GuestCredentials &guestCreds,
    109109                                ComObjPtr<GuestSession> &pGuestSession);
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