Home
last modified time | relevance | path

Searched refs:json_error (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test-pmd/
H A Dcmd_flex_item.c318 json_error_t json_error; in flex_item_build_config() local
319 json_t *jroot = json_load_file(filename, 0, &json_error); in flex_item_build_config()
322 printf("Bad JSON file \"%s\": %s\n", filename, json_error.text); in flex_item_build_config()