struct ssh_pollfd_t

#include <include/libssh/poll.h>

struct ssh_pollfd_t {
    // fields

    short events;
    socket_t fd;
    short revents;
};