From 0c698b33a7841961f1097907b346bc73fba1f3e8 Mon Sep 17 00:00:00 2001 From: Inga Stotland Date: Sun, 14 Jul 2019 16:23:12 -0700 Subject: mesh: Rename mesh-db.c to mesh-config-json.c This moves mesh-db.h to mesh-config.h and mesh-db.c to mesh-config-json.c. mesh-config.h declares common APIs for storing mesh node configuration. mesh-config-json.c defines the APIs for JSOn specific storage. This allows for future parallel implementation a different (not JSON-based) mechanism of storing node configuration. --- Makefile.mesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.mesh') diff --git a/Makefile.mesh b/Makefile.mesh index 1ace507af..502ba2a47 100644 --- a/Makefile.mesh +++ b/Makefile.mesh @@ -25,7 +25,7 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \ mesh/provision.h mesh/prov.h \ mesh/model.h mesh/model.c \ mesh/cfgmod.h mesh/cfgmod-server.c \ - mesh/mesh-db.h mesh/mesh-db.c \ + mesh/mesh-config.h mesh/mesh-config-json.c \ mesh/util.h mesh/util.c \ mesh/dbus.h mesh/dbus.c \ mesh/agent.h mesh/agent.c \ -- cgit v1.2.1