diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-11 15:24:09 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-24 00:09:23 +0200 |
commit | 26efbc7b99e06ed3c2f0bf83fde5f94c08d22889 (patch) | |
tree | c588cf30df83315f541d1c66c1b21052dd0c7b3e /nhrpd/nhrpd.h | |
parent | babeld: Make the zebra_privs_t available for use (diff) | |
download | frr-26efbc7b99e06ed3c2f0bf83fde5f94c08d22889.tar.xz frr-26efbc7b99e06ed3c2f0bf83fde5f94c08d22889.zip |
nhrpd: Let struct zebra_privs_t be available
signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'nhrpd/nhrpd.h')
-rw-r--r-- | nhrpd/nhrpd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h index 307137196..2ab40a4d3 100644 --- a/nhrpd/nhrpd.h +++ b/nhrpd/nhrpd.h @@ -303,6 +303,8 @@ struct nhrp_interface { } afi[AFI_MAX]; }; +extern struct zebra_privs_t nhrpd_privs; + int sock_open_unix(const char *path); void nhrp_interface_init(void); |