Changeset 98665 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Feb 21, 2023 7:49:56 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp
r98527 r98665 2248 2248 case GUEST_MSG_DIR_NOTIFY: 2249 2249 case GUEST_MSG_FILE_NOTIFY: 2250 #ifdef VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS 2251 case GUEST_MSG_FS_NOTIFY: 2252 #endif 2250 2253 LogFlowFunc(("[Client %RU32] %s\n", idClient, GstCtrlGuestMsgToStr((eGuestMsg)u32Function))); 2251 2254 rc = pThis->clientToMain(pClient, u32Function /* Msg */, cParms, paParms);
Note:
See TracChangeset
for help on using the changeset viewer.