struct trc_update_tag_logs
Overview
Group of logs with the same tag expression More…
#include <trc_update.h> struct trc_update_tag_logs { // fields char* tags_str; logic_expr* tags_expr; tqh_strings logs; // methods TAILQ_ENTRY(trc_update_tag_logs); };
Detailed Documentation
Group of logs with the same tag expression
Fields
char* tags_str
Tag expression in string
logic_expr* tags_expr
Logical tag expression
tqh_strings logs
Logs paths
Methods
TAILQ_ENTRY(trc_update_tag_logs)
Queue links