UM C API
6.12.1
|
Structure for specifying UMM daemon connection options. More...
#include <lbm.h>
Data Fields | |
char | username [LBM_UMM_USER_NAME_LENGTH_MAX] |
char | password [LBM_UMM_PASSWORD_LENGTH_MAX] |
char | appname [LBM_UMM_APP_NAME_LENGTH_MAX] |
char | servers [LBM_UMM_NUM_SERVERS_MAX][LBM_UMM_SERVER_LENGTH_MAX] |
lbm_uint32_t | flags |
char * | cert_file |
char * | cert_file_password |
Structure for specifying UMM daemon connection options.
See lbm_umm_info_t_stct for field definitions.
char lbm_umm_info_t_stct::appname[LBM_UMM_APP_NAME_LENGTH_MAX] |
The UMM application name.
char* lbm_umm_info_t_stct::cert_file |
Path to a pem-encoded certificate file. If non-NULL, SSL is enabled and is used to validate the the UMM daemon certificate.
char* lbm_umm_info_t_stct::cert_file_password |
Certificate file password. Required only if certificate file is password-protected.
lbm_uint32_t lbm_umm_info_t_stct::flags |
Bitmap indicating extra information about the UMM connection. Zero or more flag bits ORed together: LBM_UMM_INFO_FLAGS_* (i.e. LBM_UMM_INFO_FLAGS_USE_SSL)
char lbm_umm_info_t_stct::password[LBM_UMM_PASSWORD_LENGTH_MAX] |
The UMM user password.
char lbm_umm_info_t_stct::servers[LBM_UMM_NUM_SERVERS_MAX][LBM_UMM_SERVER_LENGTH_MAX] |
The list of UMM daemons in ip:port string format. Connections are tried in a round robin fashion, starting with index 0. Only the first contiguous set of non-blank entries are considered.
char lbm_umm_info_t_stct::username[LBM_UMM_USER_NAME_LENGTH_MAX] |
The UMM user name.