summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrpd.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-10-11 15:24:09 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-10-24 00:09:23 +0200
commit26efbc7b99e06ed3c2f0bf83fde5f94c08d22889 (patch)
treec588cf30df83315f541d1c66c1b21052dd0c7b3e /nhrpd/nhrpd.h
parentbabeld: Make the zebra_privs_t available for use (diff)
downloadfrr-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.h2
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);