summaryrefslogtreecommitdiff
path: root/Makefile.mesh
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2019-07-14 16:23:18 -0700
committerAnupam Roy <anupam.r@samsung.com>2019-12-17 21:50:28 +0530
commite48fa1f34cbe2fade2ef1b8a7a02799aeb8f3c1b (patch)
tree6f259f18af214a5d5f66648a47703acf7b063b52 /Makefile.mesh
parent0ae794301305a952e67b0261487d26fd95289b79 (diff)
downloadbluez-e48fa1f34cbe2fade2ef1b8a7a02799aeb8f3c1b.tar.gz
bluez-e48fa1f34cbe2fade2ef1b8a7a02799aeb8f3c1b.tar.bz2
bluez-e48fa1f34cbe2fade2ef1b8a7a02799aeb8f3c1b.zip
mesh: Manage node config directory in mesh-config
This completely removes storage.c file. Instead, the handling of mesh node configuration storage is done completely in mesh-config layer by calling the following API functions: bool mesh_config_load_nodes(const char *cfg_dir, mesh_config_node_func_t cb, void *user_data) void mesh_config_release(struct mesh_config *cfg) void mesh_config_destroy(struct mesh_config *cfg) bool mesh_config_save(struct mesh_config *cfg, bool no_wait, mesh_config_status_func_t cb, void *user_data) struct mesh_config *mesh_config_create(const char *cfg_path, const uint8_t uuid[16], struct mesh_config_node *node) Change-Id: I72124397b14d3a1fa4e8bedd9a23733ce8fd1249 Signed-off-by: Anupam Roy <anupam.r@samsung.com>
Diffstat (limited to 'Makefile.mesh')
-rw-r--r--Makefile.mesh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.mesh b/Makefile.mesh
index ab6cdcdb..2fb3731c 100644
--- a/Makefile.mesh
+++ b/Makefile.mesh
@@ -16,7 +16,6 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \
mesh/error.h mesh/mesh-io-api.h \
mesh/mesh-io-generic.h \
mesh/mesh-io-generic.c \
- mesh/storage.h mesh/storage.c \
mesh/net.h mesh/net.c \
mesh/crypto.h mesh/crypto.c \
mesh/friend.h mesh/friend.c \