VirtualBox

Ignore:
Timestamp:
Sep 19, 2019 1:12:34 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: Update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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