diff options
author | Jordan Augé <jordan.auge@cisco.com> | 2019-10-30 17:56:08 +0100 |
---|---|---|
committer | Jordan Augé <jordan.auge@cisco.com> | 2019-10-31 13:41:47 +0100 |
commit | 95170bf3a69597b49238bb7ff396d41f6dc94f30 (patch) | |
tree | 2f9b565e84514d7ee25cfd874235dd25e9300a0f /ctrl/facemgr/src/interface.h | |
parent | fc6dfe9f7ee02834ae1e6f56e0aaee36ac3e88dd (diff) |
[HICN-369] Implement reconciliation state machine in face manager incl. reattempts in case of errors
Change-Id: Ia4ecf621fbd513d9e29313d2aaa487aa65811183
Signed-off-by: Jordan Augé <jordan.auge@cisco.com>
Diffstat (limited to 'ctrl/facemgr/src/interface.h')
-rw-r--r-- | ctrl/facemgr/src/interface.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -78,6 +78,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. * \param [in] type - Name of the interface type to create. |