1lsm_connect_timeout_get(3)Libstoragemgmt C API Manuallsm_connect_timeout_get(3)
2
3
4

NAME

6       lsm_connect_timeout_get - Gets the time-out for this connection.
7

SYNOPSIS

9       int  lsm_connect_timeout_get  (lsm_connect  *conn,  uint32_t  *timeout,
10       lsm_flag flags);
11

ARGUMENTS

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

VERSION

20       1.0
21

DESCRIPTION

23       Gets the time-out for this connection.
24

RETURN

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
35February 2020               lsm_connect_timeout_get lsm_connect_timeout_get(3)
Impressum