Current File : /home/inlingua/miniconda3/share/man/man3/libssh2_session_get_blocking.3
.\" Copyright (C) The libssh2 project and its contributors.
.\" SPDX-License-Identifier: BSD-3-Clause
.TH libssh2_session_get_blocking 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
.SH NAME
libssh2_session_get_blocking - evaluate blocking mode on session
.SH SYNOPSIS
.nf
#include <libssh2.h>

int
libssh2_session_get_blocking(LIBSSH2_SESSION *session);
.fi
.SH 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.
.SH RETURN VALUE
See description.
.SH SEE ALSO
.BR libssh2_session_set_blocking(3)