struct ssh_bind_callbacks_struct

Overview

These are the callbacks exported by the ssh_bind structure. More…

#include <include/libssh/server.h>

struct ssh_bind_callbacks_struct {
    // fields

    ssh_bind_incoming_connection_callback incoming_connection;
    size_t size;
};

Detailed Documentation

These are the callbacks exported by the ssh_bind structure.

They are called by the server module when events appear on the network.

Fields

ssh_bind_incoming_connection_callback incoming_connection

A new connection is available.

size_t size

DON’T SET THIS use ssh_callbacks_init() instead.