VirtualBox

Changeset 75799 in vbox


Ignore:
Timestamp:
Nov 28, 2018 11:51:09 PM (6 years ago)
Author:
vboxsync
Message:

VBoxGuestControl: Optimizing message handling - part 1. [build fixes] bugref:9313

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestControl/service.cpp

    r75798 r75799  
    11081108            {
    11091109                VBOXHGCMSVCPARM Parm;
    1110                 HGCMSvcSetU32(&Parm, pHostCmd->m_idContext);
     1110                HGCMSvcSetU32(&Parm, idContext);
    11111111                int rc2 = hostCallback(GUEST_DISCONNECTED, 1, &Parm);
    11121112                LogFlowFunc(("Cancelled host command %u (%s) with idContext=%#x -> %Rrc\n",
    11131113                             idFunction, GstCtrlHostFnName((eHostFn)idFunction), idContext, rc2));
    1114                 RT_NOREF(rc2);
     1114                RT_NOREF(rc2, idFunction);
    11151115            }
    11161116        }
     
    19841984                        int rc2 = rClientState.Wakeup();
    19851985                        LogFlowFunc(("Woke up client ID=%RU32 -> rc=%Rrc\n", rClientState.mID, rc2));
     1986                        RT_NOREF(rc2);
    19861987                    }
    19871988                    break;
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