diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-11 16:23:12 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-24 00:09:23 +0200 |
commit | 5cb6ce9c67731b88017266f734c9a79e7a00d23d (patch) | |
tree | bf8fedac7700fa88112a3b198140ca9cb89a89bc /ripngd/ripngd.h | |
parent | ripd: Make 'struct zebra_privs_t' available (diff) | |
download | frr-5cb6ce9c67731b88017266f734c9a79e7a00d23d.tar.xz frr-5cb6ce9c67731b88017266f734c9a79e7a00d23d.zip |
ripngd: Make 'struct zebra_privs_t' available
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ripngd/ripngd.h')
-rw-r--r-- | ripngd/ripngd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h index 9a609cab8..25a5b46c0 100644 --- a/ripngd/ripngd.h +++ b/ripngd/ripngd.h @@ -327,7 +327,7 @@ enum ripng_event { /* Extern variables. */ extern struct ripng *ripng; - +extern struct zebra_privs_t ripngd_privs; extern struct thread_master *master; /* Prototypes. */ |