struct ssh_common_struct

#include <include/libssh/session.h>

struct ssh_common_struct {
    // fields

    ssh_callbacks callbacks;
    struct error_struct error;
    int log_verbosity;
};