From 6d64057536532579436350f95aeb277c94d432bd Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Wed, 14 Aug 2019 15:16:36 +0200 Subject: [PATCH] gluon-mesh-babel: neighbours-babel: adjust to libbabelhelper interface specify command 'dump' for now until babeld supports filtering --- package/gluon-mesh-babel/src/neighbours-babel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-mesh-babel/src/neighbours-babel.c b/package/gluon-mesh-babel/src/neighbours-babel.c index 8d9ae76c..31f9c606 100644 --- a/package/gluon-mesh-babel/src/neighbours-babel.c +++ b/package/gluon-mesh-babel/src/neighbours-babel.c @@ -18,7 +18,7 @@ int main(void) { continue; bhelper_ctx.debug = false; - babelhelper_readbabeldata(&bhelper_ctx, (void*)neighbours, handle_neighbour); + babelhelper_readbabeldata(&bhelper_ctx, "dump", (void*)neighbours, handle_neighbour); printf("data: %s\n\n", json_object_to_json_string(neighbours)); fflush(stdout);