libssh  0.10.6
The SSH library
Loading...
Searching...
No Matches
Data Fields
ssh_bind_callbacks_struct Struct Reference

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

#include <server.h>

Collaboration diagram for ssh_bind_callbacks_struct:
Collaboration graph
[legend]

Data Fields

size_t size
 
ssh_bind_incoming_connection_callback incoming_connection
 

Detailed Description

These are the callbacks exported by the ssh_bind structure.

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

Field Documentation

◆ incoming_connection

ssh_bind_incoming_connection_callback ssh_bind_callbacks_struct::incoming_connection

A new connection is available.

◆ size

size_t ssh_bind_callbacks_struct::size

DON'T SET THIS use ssh_callbacks_init() instead.


The documentation for this struct was generated from the following file: