struct trc_diff_set
Overview
Set of tags to compare More…
#include <trc_diff.h> struct trc_diff_set { // fields unsigned int id; unsigned int db_uid; tqh_strings tags; char* name; char* log; char* url; bool show_keys; tqh_strings ignore; trc_diff_keys_stats keys_stats; // methods TAILQ_ENTRY(trc_diff_set); };
Detailed Documentation
Set of tags to compare
Fields
unsigned int id
ID of the list
unsigned int db_uid
TRC DB User ID
tqh_strings tags
List of tags
char* name
Name of the set
char* log
Raw log filename
char* url
URL to HTML logs
bool show_keys
Show table with keys which explain differences
tqh_strings ignore
List of exclusions
trc_diff_keys_stats keys_stats
Per-key statistics
Methods
TAILQ_ENTRY(trc_diff_set)
List links