mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 17:18:56 +00:00
eigrpd: Make struct zebra_privs_t available
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
26efbc7b99
commit
f77519c867
@ -38,8 +38,6 @@
|
|||||||
#include "table.h"
|
#include "table.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
|
|
||||||
extern struct zebra_privs_t eigrpd_privs;
|
|
||||||
|
|
||||||
#include "eigrpd/eigrp_structs.h"
|
#include "eigrpd/eigrp_structs.h"
|
||||||
#include "eigrpd/eigrpd.h"
|
#include "eigrpd/eigrpd.h"
|
||||||
#include "eigrpd/eigrp_interface.h"
|
#include "eigrpd/eigrp_interface.h"
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
extern struct zclient *zclient;
|
extern struct zclient *zclient;
|
||||||
extern struct thread_master *master;
|
extern struct thread_master *master;
|
||||||
extern struct eigrp_master *eigrp_om;
|
extern struct eigrp_master *eigrp_om;
|
||||||
|
extern struct zebra_privs_t eigrpd_privs;
|
||||||
|
|
||||||
/* Prototypes */
|
/* Prototypes */
|
||||||
extern void eigrp_master_init(void);
|
extern void eigrp_master_init(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user