summaryrefslogtreecommitdiff
path: root/lib/mgmt_fe_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mgmt_fe_client.h')
-rw-r--r--lib/mgmt_fe_client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mgmt_fe_client.h b/lib/mgmt_fe_client.h
index aa9a74e27f..7ce6c5eef5 100644
--- a/lib/mgmt_fe_client.h
+++ b/lib/mgmt_fe_client.h
@@ -365,6 +365,11 @@ mgmt_fe_register_yang_notify(uintptr_t lib_hndl, uint64_t session_id,
*/
extern void mgmt_fe_client_lib_destroy(void);
+/*
+ * Get count of open sessions.
+ */
+extern uint mgmt_fe_client_session_count(uintptr_t lib_hndl);
+
#ifdef __cplusplus
}
#endif