Changeset 83405 in vbox for trunk/src/VBox/HostServices/GuestControl
- Timestamp:
- Mar 25, 2020 12:45:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp
r82968 r83405 934 934 935 935 /** Host feature mask for GUEST_MSG_REPORT_FEATURES/GUEST_MSG_QUERY_FEATURES. */ 936 static uint64_t const g_fGstCtrlHostFeatures0 = VBOX_GUESTCTRL_HF_0_NOTIFY_RDWR_OFFSET ;937 936 static uint64_t const g_fGstCtrlHostFeatures0 = VBOX_GUESTCTRL_HF_0_NOTIFY_RDWR_OFFSET 937 | VBOX_GUESTCTRL_HF_0_PROCESS_ARGV0; 938 938 939 939
Note:
See TracChangeset
for help on using the changeset viewer.