Changeset 80847 in vbox for trunk/include/VBox/GuestHost/SharedClipboard-uri.h
- Timestamp:
- Sep 17, 2019 9:38:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-uri.h
r80845 r80847 1046 1046 RTLISTANCHOR List; 1047 1047 /** Transfer ID allocation bitmap; clear bits are free, set bits are busy. */ 1048 uint64_t bmTransferIds[VBOX_SH ARED_CLIPBOARD_MAX_TRANSFERS / sizeof(uint64_t) / 8];1048 uint64_t bmTransferIds[VBOX_SHCL_MAX_TRANSFERS / sizeof(uint64_t) / 8]; 1049 1049 /** Number of running (concurrent) transfers. */ 1050 1050 uint16_t cRunning; … … 1135 1135 bool SharedClipboardMIMENeedsCache(const char *pcszFormat, size_t cchFormatMax); 1136 1136 1137 const char *VBox ClipboardTransferStatusToStr(uint32_t uStatus);1137 const char *VBoxShClTransferStatusToStr(uint32_t uStatus); 1138 1138 1139 1139 #endif /* !VBOX_INCLUDED_GuestHost_SharedClipboard_uri_h */
Note:
See TracChangeset
for help on using the changeset viewer.