WAND Trace processing  4.0.5
libtrace_result_t Struct Reference

Structure holding information about a result. More...

Collaboration diagram for libtrace_result_t:

Data Fields

uint64_t key
 The unique key for the result. More...
 
libtrace_generic_t value
 The result value itself. More...
 
int type
 Describes the type of result, see enum result_types. More...
 

Detailed Description

Structure holding information about a result.

Field Documentation

uint64_t libtrace_result_t::key

The unique key for the result.

Referenced by trace_publish_result().

int libtrace_result_t::type

Describes the type of result, see enum result_types.

Referenced by libtrace_make_result_safe(), and trace_publish_result().

libtrace_generic_t libtrace_result_t::value

The result value itself.

Referenced by libtrace_make_result_safe(), and trace_publish_result().


The documentation for this struct was generated from the following file: