|
CNDP
22.08.0
|
Go to the source code of this file.
Functions | |
| CNDP_API int | jcfg_process (jcfg_info_t *jinfo, int flags, jcfg_parse_cb_t *cb, void *cb_arg) |
JSON-C configuration routines
This file provides a standard JSON-C interface routines for CNDP.
Definition in file jcfg_process.h.
| CNDP_API int jcfg_process | ( | jcfg_info_t * | jinfo, |
| int | flags, | ||
| jcfg_parse_cb_t * | cb, | ||
| void * | cb_arg | ||
| ) |
Process the json configuration information and callback user routine.
| jinfo | The jcfg_info_t pointer |
| flags | The flags used to help parse the JSON-C file |
| cb | The callback function to be called for each jcfg object type. |
| cb_arg | The argument from the caller passed to the callback function |