struct log_branch_filter_rule
Branch filtering relies on a list of (path, result) pairs. If the path is not mentioned in the list, “default” will be returned.
#include <log_flow_filters.h> struct log_branch_filter_rule { // fields char* path; log_filter_result result; // methods SLIST_ENTRY(log_branch_filter_rule); };