Changeset 75799 in vbox
- Timestamp:
- Nov 28, 2018 11:51:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/service.cpp
r75798 r75799 1108 1108 { 1109 1109 VBOXHGCMSVCPARM Parm; 1110 HGCMSvcSetU32(&Parm, pHostCmd->m_idContext);1110 HGCMSvcSetU32(&Parm, idContext); 1111 1111 int rc2 = hostCallback(GUEST_DISCONNECTED, 1, &Parm); 1112 1112 LogFlowFunc(("Cancelled host command %u (%s) with idContext=%#x -> %Rrc\n", 1113 1113 idFunction, GstCtrlHostFnName((eHostFn)idFunction), idContext, rc2)); 1114 RT_NOREF(rc2 );1114 RT_NOREF(rc2, idFunction); 1115 1115 } 1116 1116 } … … 1984 1984 int rc2 = rClientState.Wakeup(); 1985 1985 LogFlowFunc(("Woke up client ID=%RU32 -> rc=%Rrc\n", rClientState.mID, rc2)); 1986 RT_NOREF(rc2); 1986 1987 } 1987 1988 break;
Note:
See TracChangeset
for help on using the changeset viewer.