|
Hybrid ICN (hICN) plugin
v21.06-rc0-4-g18fa668
|
Configuration file parsing. More...
#include <hicn/facemgr/cfg.h>
Go to the source code of this file.
Functions | |
| int | probe_cfgfile (char *f) |
| Probe for the configuration file location. More... | |
| int | parse_config_file (const char *cfgpath, facemgr_cfg_t *cfg) |
| Parses the provided configuration file into the facemgr configuration data structure. More... | |
Configuration file parsing.
| int parse_config_file | ( | const char * | cfgpath, |
| facemgr_cfg_t * | cfg | ||
| ) |
Parses the provided configuration file into the facemgr configuration data structure.
| [in] | cfgpath | - Path to the configuration file |
| [out] | cfg | - Pre-allocated configuration data structure |
| int probe_cfgfile | ( | char * | f | ) |
Probe for the configuration file location.
| [in] | f | - File name |
1.8.17