VirtualBox

Changeset 101716 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Nov 2, 2023 12:09:09 PM (15 months ago)
Author:
vboxsync
Message:

DrvCloudTunnel: The signature of the ssh_channel_write_wontblock_callback function has changed in 0.10.0+. bugref:10539

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvCloudTunnel.cpp

    r101638 r101716  
    755755}
    756756
    757 // for libssh 0.9.6
     757
     758/* See ssh_channel_write_wontblock_callback in libssh/callbacks.h. */
     759#if LIBSSH_VERSION_INT >= SSH_VERSION_INT(0,10,0)
     760static int channelWriteWontblockCallback(ssh_session, ssh_channel, uint32_t, void *)
     761#else
    758762static int channelWriteWontblockCallback(ssh_session, ssh_channel, size_t, void *)
    759 //static int channelWriteWontblockCallback(ssh_session, ssh_channel, unsigned int, void *)
     763#endif
    760764{
    761765    return 0;
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