1lsm_available_plugins_list(L3i)bstoragemgmt C API Manlusaml_available_plugins_list(3)
2
3
4
6 lsm_available_plugins_list - Retrieves a list of available plug-ins.
7
9 int lsm_available_plugins_list (const char *sep, lsm_string_list
10 **plugins, lsm_flag flags);
11
13 sep Data separator used for string of plugin. Check document of
14 'plugins' argument for detail.
15
16 plugins String list of plug-ins with the form 'desc<sep>version'.
17 Returned plugins memory should be freed by calling
18 lsm_string_list_free.
19
20 flags Reserved for future use, must be LSM_CLIENT_FLAG_RSVD.
21
23 1.0
24
26 Retrieve a list of available plug-ins.
27
29 Error code as enumerated by 'lsm_error_number'.
30 * LSM_ERR_OK
31 On success.
32 * LSM_ERR_INVALID_ARGUMENT
33 When any argument is NULL or invalid flags.
34
35
36
37April 2023 lsm_available_plugins_lilsstm_available_plugins_list(3)