libssh2_session_get_blocking(3) - Linux man page

Name

libssh2_session_get_blocking - TODO

Synopsis

int libssh2_session_get_blocking(LIBSSH2_SESSION *session);

Description

Returns 0 if the state of the session has previously be set to non-blocking and it returns 1 if the state was set to blocking.

Return Value

See description.

See Also

libssh2_session_set_blocking(3)