diff options
| author | Christian Hopps <chopps@labn.net> | 2024-02-12 13:03:32 -0500 |
|---|---|---|
| committer | Christian Hopps <chopps@gmail.com> | 2024-02-15 13:03:25 -0500 |
| commit | 1d4ea437e4a4fced3fce6e441952fdea8d94af80 (patch) | |
| tree | 13b4dd8966c63068657f948b753e35c6858447c9 /lib/mgmt_be_client.h | |
| parent | fa67c0b91c085d40015e782838f7d5eaf82737e9 (diff) | |
lib: always call new notification hooks too
- call the new notification hooks when backends call the old notification
posting API.
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/mgmt_be_client.h')
| -rw-r--r-- | lib/mgmt_be_client.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/mgmt_be_client.h b/lib/mgmt_be_client.h index 361899fc1d..cd8b237526 100644 --- a/lib/mgmt_be_client.h +++ b/lib/mgmt_be_client.h @@ -143,15 +143,6 @@ extern int mgmt_be_send_subscr_req(struct mgmt_be_client *client_ctx, int n_config_xpaths, char **config_xpaths, int n_oper_xpaths, char **oper_xpaths); -/** - * mgmt_be_notification_send() - send a YANG notification to FE clients. - * @tree: libyang tree for the notification. The tree will be freed by - * this function. - * - */ -extern void mgmt_be_send_notification(struct lyd_node *tree); - - /* * Destroy backend client and cleanup everything. */ |
