1lsm_connect_timeout_get(3)Libstoragemgmt C API Manuallsm_connect_timeout_get(3)
2
3
4
6 lsm_connect_timeout_get - Gets the time-out for this connection.
7
9 int lsm_connect_timeout_get (lsm_connect *conn, uint32_t *timeout,
10 lsm_flag flags);
11
13 conn Valid lsm_connect pointer.
14
15 timeout Output pointer of uint32_t. Time-out in ms.
16
17 flags Reserved for future use, must be LSM_CLIENT_FLAG_RSVD.
18
20 1.0
21
23 Gets the time-out for this connection.
24
26 Error code as enumerated by 'lsm_error_number'.
27 * LSM_ERR_OK
28 On success.
29 * LSM_ERR_INVALID_ARGUMENT
30 When any argument is NULL or not a valid lsm_connect pointer
31 or invalid flags.
32
33
34
35April 2023 lsm_connect_timeout_get lsm_connect_timeout_get(3)