qp-trie naming improvements
Adjust to typename_operation style s/VALID_QP/QP_VALID/g s/QP_VALIDMULTI/QPMULTI_VALID/g Improved greppability s/\bctx\b/uctx/g Less cluttered logging s/QP_TRACE/TRACE/g s/QP_LOG_STATS/LOG_STATS/g
This commit is contained in:
@@ -382,7 +382,7 @@ dumpdot_twig(dns_qp_t *qp, qp_node_t *n) {
|
||||
|
||||
void
|
||||
qp_test_dumpdot(dns_qp_t *qp) {
|
||||
REQUIRE(VALID_QP(qp));
|
||||
REQUIRE(QP_VALID(qp));
|
||||
qp_node_t *n = &qp->root;
|
||||
printf("strict digraph {\nrankdir = \"LR\"; ranksep = 1.0;\n");
|
||||
printf("ROOT [shape=point]; ROOT -> ");
|
||||
|
||||
Reference in New Issue
Block a user