Diff:
libssh.so 0.5.5 (x86_64)
libssh.so 0.6.0 (x86_64)

ABI
Viewer

SymbolsTypes



Type Usage: ssh_channel_state_e (1)


Used As Name Used In
FIELD .state struct ssh_channel_struct {
    ssh_session session,
    uint32_t local_channel,
    uint32_t local_window,
    int local_eof,
    uint32_t local_maxpacket,
    uint32_t remote_channel,
    uint32_t remote_window,
    int remote_eof,
    uint32_t remote_maxpacket,
    enum ssh_channel_state_e state,
    int delayed_close,
    ssh_buffer stdout_buffer,
    ssh_buffer stderr_buffer,
    void* userarg,
    int version,
    int blocking,
    int exit_status,
    enum ssh_channel_request_state_e request_state,
    ssh_channel_callbacks callbacks
} »



Andrey Ponomarenko's ABI laboratory