VirtualBox

Changeset 83555 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Apr 4, 2020 1:31:32 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136893
Message:

Guest Control/VBoxService: Make sure to set a session's thread stopped state before notifying the host [committed a bit too much]. bugref:9320

File:
1 edited

Legend:

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

    r83554 r83555  
    16301630    Assert(uSessionStatus != GUEST_SESSION_NOTIFYTYPE_UNDEFINED);
    16311631
    1632     VBGLR3GUESTCTRLCMDCTX ctx = { g_idControlSvcClient, VBOX_GUESTCTRL_CONTEXTID_MAKE_SESSION(idSession)};
     1632    VBGLR3GUESTCTRLCMDCTX ctx = { idClient, VBOX_GUESTCTRL_CONTEXTID_MAKE_SESSION(idSession),
     1633                                  0 /* uProtocol, unused */, 0 /* uNumParms, unused */ };
    16331634    rc2 = VbglR3GuestCtrlSessionNotify(&ctx, uSessionStatus, uSessionRc);
    16341635    if (RT_FAILURE(rc2))
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