struct ssh_poll_handle_struct

struct ssh_poll_handle_struct {
    // fields

    ssh_poll_callback cb;
    void* cb_data;
    ssh_poll_ctx ctx;
    short events;
    socket_t fd;
    size_t idx;
    int lock;
    ssh_session session;
    union ssh_poll_handle_struct::@5 x;
};