Commit: 0c698b33a7841961f1097907b346bc73fba1f3e8
Parent: 76700ab92b6daccab999faf0460220bb97b7b4c5
Author: Inga Stotland <inga.stotland@intel.com>
Committer: Brian Gix <brian.gix@intel.com>
Date: 2019-07-16 00:44:38
Tree: 11008ac5baf53ae9bb187c973c09f70a427420d0

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.

Diffstat

M Makefile.mesh | 2 +-
M mesh/cfgmod-server.c | 3 +- -
R mesh/mesh-config-json.c | 3 +- -
R mesh/mesh-config.h | 0
M mesh/model.c | 2 +-
M mesh/node.c | 2 +-
M mesh/storage.c | 3 +- -

9 files changed, 1946 insertions(+), 1949 deletions(-)

View Full Diff | Patch