|
WAND Trace processing
4.0.5
|
Structure holding information about a result. More...

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... | |
Structure holding information about a result.
| 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().