struct ssh_event_struct

struct ssh_event_struct {
    // fields

    ssh_poll_ctx ctx;
    struct ssh_list* sessions;
};