Module Configuration Functions
Last updated March 2020
Name | Description |
---|---|
ec_config_fetch_globalconf | Return the current configuration context |
ec_config_free_mx_routes | Free the memory associated with an mx_routes struct |
ec_config_null_value | Initialize storage for a configuration option |
ec_config_option_slot_from_capability | Determine an option identifier from a capability |
ec_config_register_option | Register a module option |
ec_config_release_scope_instance | Free the memory associated with an ec_config_header struct |
ec_config_release_value | Free the memory associated with a ec_config_value struct |
This section contains APIs related to module configuration.
Was this page helpful?