From bde47513a6d9bdaeb519e2db6b22ae7a392877be Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Sun, 12 Aug 2018 14:20:31 +0200 Subject: [PATCH] add XXX --- lib/ecoli_node.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ecoli_node.c b/lib/ecoli_node.c index 0c5890f..129a44a 100644 --- a/lib/ecoli_node.c +++ b/lib/ecoli_node.c @@ -380,6 +380,7 @@ static void __ec_node_dump(FILE *out, } } +/* XXX this is too much debug-oriented, we should have a parameter or 2 funcs */ void ec_node_dump(FILE *out, const struct ec_node *node) { struct ec_keyval *dict = NULL; -- 2.20.1