struct trc_diff_ctx
Overview
TRC diff tool context. More…
#include <trc_diff.h> struct trc_diff_ctx { // fields unsigned int flags; te_trc_db* db; trc_diff_sets sets; trc_diff_stats stats; trc_diff_result result; tqh_strings tests_include; tqh_strings tests_exclude; };
Detailed Documentation
TRC diff tool context.
The object is quiet big and it is highly not recommented to allocate it on stack.
Fields
unsigned int flags
Processing control flags
te_trc_db* db
TRC database handle
trc_diff_sets sets
Sets to compare
trc_diff_stats stats
Grand total statistics
trc_diff_result result
Result details