lsm_connect_timeout_get(3) | Libstoragemgmt C API Manual | lsm_connect_timeout_get(3) |
NAME¶
lsm_connect_timeout_get - Gets the time-out for this connection.
SYNOPSIS¶
int lsm_connect_timeout_get (lsm_connect *conn, uint32_t *timeout, lsm_flag flags);
ARGUMENTS¶
VERSION¶
1.0
DESCRIPTION¶
Gets the time-out for this connection.
RETURN¶
Error code as enumerated by 'lsm_error_number'.
* LSM_ERR_OK
On success.
* LSM_ERR_INVALID_ARGUMENT
When any argument is NULL or not a valid lsm_connect pointer
or invalid flags.
lsm_connect_timeout_get | January 2023 |