struct ssh_agent_struct

#include <include/libssh/agent.h>

struct ssh_agent_struct {
    // fields

    ssh_channel channel;
    unsigned int count;
    ssh_buffer ident;
    struct ssh_socket_struct* sock;
};