Changeset 80907 in vbox for trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
- Timestamp:
- Sep 19, 2019 1:12:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r80883 r80907 1495 1495 sharedClipboardSvcClientStateReset(pClientState); 1496 1496 1497 /* Register the client. 1498 * Note: Do *not* memset the struct, as it contains classes (for caching). */ 1497 /* Register the client. */ 1499 1498 pClientState->uClientID = uClientID; 1500 pClientState->uProtocolVer = 0;1501 1499 1502 1500 return VINF_SUCCESS; … … 1526 1524 { 1527 1525 LogFlowFuncEnter(); 1526 1527 pClientState->uProtocolVer = 0; 1528 pClientState->cbChunkSize = _64K; /** Make this configurable. */ 1528 1529 1529 1530 #ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
Note:
See TracChangeset
for help on using the changeset viewer.