VirtualBox

Ignore:
Timestamp:
Sep 19, 2019 1:12:34 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133482
Message:

Shared Clipboard/Transfers: Update.

Location:
trunk/src/VBox/HostServices/SharedClipboard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-transfers.cpp

    r80905 r80907  
    20542054    /* puEvent is optional. */
    20552055
    2056     PSHCLCLIENTMSG pMsgReadData = sharedClipboardSvcMsgAlloc(VBOX_SHCL_HOST_MSG_TRANSFER_TRANSFER_STATUS,
     2056    PSHCLCLIENTMSG pMsgReadData = sharedClipboardSvcMsgAlloc(VBOX_SHCL_HOST_MSG_TRANSFER_STATUS,
    20572057                                                             VBOX_SHCL_CPARMS_TRANSFER_STATUS);
    20582058    if (!pMsgReadData)
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp

    r80883 r80907  
    14951495    sharedClipboardSvcClientStateReset(pClientState);
    14961496
    1497     /* Register the client.
    1498      * Note: Do *not* memset the struct, as it contains classes (for caching). */
     1497    /* Register the client. */
    14991498    pClientState->uClientID    = uClientID;
    1500     pClientState->uProtocolVer = 0;
    15011499
    15021500    return VINF_SUCCESS;
     
    15261524{
    15271525    LogFlowFuncEnter();
     1526
     1527    pClientState->uProtocolVer = 0;
     1528    pClientState->cbChunkSize  = _64K; /** Make this configurable. */
    15281529
    15291530#ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette