libssh2_session_get_blocking
TODO
- Provided by: libssh2-1-dev (Version: 1.10.0-3)
- Source: libssh2
- Report a bug
TODO
int libssh2_session_get_blocking(LIBSSH2_SESSION *session);
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.
See description.