Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c49 #define MAX_JSON_STRING_LEN 1024 macro
50 char json_data[MAX_JSON_STRING_LEN];
1047 if (idx >= MAX_JSON_STRING_LEN-1) in read_json_packet()