Changeset 84509 in vbox for trunk/src/VBox/HostServices/GuestControl
- Timestamp:
- May 25, 2020 3:09:24 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138238
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp
r83506 r84509 843 843 uint32_t cbKey; 844 844 /** The key bytes. */ 845 RT_FLEXIBLE_ARRAY_EXTENSION 845 846 uint8_t abKey[RT_FLEXIBLE_ARRAY]; 846 847 } GstCtrlPreparedSession;
Note:
See TracChangeset
for help on using the changeset viewer.