Type Alias ucp_config_t

Source
pub type ucp_config_t = ucp_config;
Expand description

@ingroup UCP_CONFIG @brief UCP configuration descriptor

This descriptor defines the configuration for @ref ucp_context_h “UCP application context”. The configuration is loaded from the run-time environment (using configuration files of environment variables) using @ref ucp_config_read “ucp_config_read” routine and can be printed using @ref ucp_config_print “ucp_config_print” routine. In addition, application is responsible to release the descriptor using @ref ucp_config_release “ucp_config_release” routine.

@todo This structure will be modified through a dedicated function.

Aliased Type§

struct ucp_config_t { /* private fields */ }