]> git.proxmox.com Git - mirror_frr.git/blob - zebra/zebra_netns_notify.h
lib: msg: refactor common connection code from mgmtd
[mirror_frr.git] / zebra / zebra_netns_notify.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * Zebra NS collector and notifier for Network NameSpaces
4 * Copyright (C) 2017 6WIND
5 */
6
7 #ifndef _NETNS_NOTIFY_H
8 #define _NETNS_NOTIFY_H
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 extern void zebra_ns_notify_init(void);
15 extern void zebra_ns_notify_parse(void);
16 extern void zebra_ns_notify_close(void);
17
18 extern struct zebra_privs_t zserv_privs;
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif /* NETNS_NOTIFY_H */