Home
last modified time | relevance | path

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

/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c47 #define MAX_JSON_STRING_LEN 1024 macro
48 char json_data[MAX_JSON_STRING_LEN];
1052 if (idx >= MAX_JSON_STRING_LEN-1) in read_json_packet()