Data Fields | |
struct spdk_trace_flags | flags |
uint8_t | per_lcore_history [0] |
struct spdk_trace_history has a dynamic size determined by num_entries in spdk_trace_init. | |
uint8_t spdk_trace_histories::per_lcore_history[0] |
struct spdk_trace_history has a dynamic size determined by num_entries in spdk_trace_init.
Mark array size of per_lcore_history to be 0 in uint8_t as a reminder that each per_lcore_history pointer should be gotten by proper API, instead of directly referencing by struct element.