ec_config_fetch_globalconf
Last updated March 2020
Name
ec_config_fetch_globalconf — Return the current configuration context
Synopsis
#include "ec_config.h"
| ec_config_header * **ec_config_fetch_globalconf** (
| )
; | |
Description
Return the current configuration context.
No parameters are passed to this function.
This function returns an ec_config_header; use ec_config_release_scope_instance when you no longer need the ec_config_header. Do not directly change any of the members of an ec_config_header; use the appropriate API.
It is legal to call this function in any thread.
Was this page helpful?