VLC 4.0.0-dev
|
Trace record containing the key-values from the trace. More...
#include <vlc_tracer.h>
Data Fields | |
const struct vlc_tracer_entry * | entries |
Defines the list of key-value in the trace. | |
Trace record containing the key-values from the trace.
const struct vlc_tracer_entry* vlc_tracer_trace::entries |
Defines the list of key-value in the trace.
The entries must link towards an array terminated by a VLC_TRACE_END entry, which remains valid as long as the trace itself should remain valid.