/ | Mailing list | Docs | Examples | GitHub
libssh2_session_free

Name

libssh2_session_free - frees resources associated with a session instance

Synopsis

#include <libssh2.h>
 
int
libssh2_session_free(LIBSSH2_SESSION *session);

Description

Frees all resources associated with a session instance. Typically called after libssh2_session_disconnect_ex

Return value

Return 0 on success or negative on failure. It returns LIBSSH2_ERROR_EAGAIN when it would otherwise block. While LIBSSH2_ERROR_EAGAIN is a negative number, it is not really a failure per se.

See also

libssh2_session_init_ex libssh2_session_disconnect_ex

This HTML page was made with roffit.