From 8457e6a3ad147c1167862f148cbbf281d879e874 Mon Sep 17 00:00:00 2001 From: Brian Gix Date: Thu, 30 Jan 2020 10:59:23 -0800 Subject: mesh: Add NVM storage of Replay Protection Mesh specification requires that Replay Protection be preserved across node restarts. This adds that storage in /rpl// Realtime access remains in an l_queue structure, and stored as messages are processed. --- Makefile.mesh | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.mesh') diff --git a/Makefile.mesh b/Makefile.mesh index 401122029..10573b304 100644 --- a/Makefile.mesh +++ b/Makefile.mesh @@ -32,6 +32,7 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \ mesh/manager.h mesh/manager.c \ mesh/pb-adv.h mesh/pb-adv.c \ mesh/keyring.h mesh/keyring.c \ + mesh/rpl.h mesh/rpl.c \ mesh/mesh-defs.h pkglibexec_PROGRAMS += mesh/bluetooth-meshd -- cgit v1.2.1