summaryrefslogtreecommitdiff
path: root/mesh/node.h
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2019-05-09 14:33:20 -0700
committerAnupam Roy <anupam.r@samsung.com>2019-12-17 19:56:54 +0530
commit276a55de5670d844c654701d6f0dfcb02531cc9e (patch)
tree02e50c1615e892f76875c9ec83e619797977f147 /mesh/node.h
parent2bc6144d98ab6eaaded6411cde1f40959ca51bf6 (diff)
downloadbluez-276a55de5670d844c654701d6f0dfcb02531cc9e.tar.gz
bluez-276a55de5670d844c654701d6f0dfcb02531cc9e.tar.bz2
bluez-276a55de5670d844c654701d6f0dfcb02531cc9e.zip
mesh: Reconfigure node storage tree
Add a tree structure to a nodes data storage, in order to safely handle Replay Protection list, Refactor local Sequence Numbers, and add Key storage for Config Client nodes. Change-Id: Ib66ad23430b8fc6c4864f83a69c3afb6ed10b9bf Signed-off-by: Anupam Roy <anupam.r@samsung.com>
Diffstat (limited to 'mesh/node.h')
-rw-r--r--mesh/node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh/node.h b/mesh/node.h
index 74ac5981..6b481e46 100644
--- a/mesh/node.h
+++ b/mesh/node.h
@@ -97,5 +97,5 @@ bool node_dbus_init(struct l_dbus *bus);
void node_cleanup_all(void);
void node_jconfig_set(struct mesh_node *node, void *jconfig);
void *node_jconfig_get(struct mesh_node *node);
-void node_cfg_file_set(struct mesh_node *node, char *cfg);
-char *node_cfg_file_get(struct mesh_node *node);
+void node_path_set(struct mesh_node *node, char *path);
+char *node_path_get(struct mesh_node *node);