summaryrefslogtreecommitdiff
path: root/nhrpd/nhrpd.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-10-11 09:24:09 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-10-23 18:09:23 -0400
commit26efbc7b99e06ed3c2f0bf83fde5f94c08d22889 (patch)
treec588cf30df83315f541d1c66c1b21052dd0c7b3e /nhrpd/nhrpd.h
parent346526cc5b346f5d25d162c41373d2244f5bee76 (diff)
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 3071371969..2ab40a4d39 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);