Changeset 75875 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Dec 2, 2018 5:04:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/service.cpp
r75874 r75875 1185 1185 if (idRestoreCheck != idRestore) 1186 1186 { 1187 paParms[0].u.uint 32= idRestore;1187 paParms[0].u.uint64 = idRestore; 1188 1188 LogFlowFunc(("[Client %RU32] GUEST_MSG_PEEK_XXXX -> VERR_VM_RESTORED (%#RX64 -> %#RX64)\n", 1189 1189 pClient->m_idClient, idRestoreCheck, idRestore));
Note:
See TracChangeset
for help on using the changeset viewer.