From 95170bf3a69597b49238bb7ff396d41f6dc94f30 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Wed, 30 Oct 2019 17:56:08 +0100 Subject: [HICN-369] Implement reconciliation state machine in face manager incl. reattempts in case of errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia4ecf621fbd513d9e29313d2aaa487aa65811183 Signed-off-by: Jordan Augé --- ctrl/facemgr/src/interface.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ctrl/facemgr/src/interface.h') diff --git a/ctrl/facemgr/src/interface.h b/ctrl/facemgr/src/interface.h index d99f4fc8e..0ebe8c7c8 100644 --- a/ctrl/facemgr/src/interface.h +++ b/ctrl/facemgr/src/interface.h @@ -77,6 +77,11 @@ typedef struct interface_s { */ int interface_register(const interface_ops_t * ops); +/** + * \brief Unregister all interface types + */ +int interface_unregister_all(); + /** * \brief Create a new instance of an interface of a given type. * \param [in] name - Name of the newly create interface instance. -- cgit 1.2.3-korg