- Timestamp:
- Oct 27, 2023 5:37:59 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvCloudTunnel.cpp
r101635 r101638 755 755 } 756 756 757 static int channelWriteWontblockCallback(ssh_session, ssh_channel, unsigned int, void *) 757 // for libssh 0.9.6 758 static int channelWriteWontblockCallback(ssh_session, ssh_channel, size_t, void *) 759 //static int channelWriteWontblockCallback(ssh_session, ssh_channel, unsigned int, void *) 758 760 { 759 761 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.