summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-01-11 21:43:17 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-01-31 15:20:46 +0100
commit2561d12e5db23b499b2f37bf2f0f1c128d7a1ea1 (patch)
tree469deda028196b00da3592e8e0341c7f20313711 /zebra/zserv.h
parentzebra: Move packets_to_process to zrouter (diff)
downloadfrr-2561d12e5db23b499b2f37bf2f0f1c128d7a1ea1.tar.xz
frr-2561d12e5db23b499b2f37bf2f0f1c128d7a1ea1.zip
zebra: Remove `struct zebra_t`
This structure is unused anymore and does not belong in zserv.h Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r--zebra/zserv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index 4461ea5cd..f7c4e3df7 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -173,10 +173,6 @@ struct zserv {
DECLARE_HOOK(zserv_client_connect, (struct zserv *client), (client));
DECLARE_KOOH(zserv_client_close, (struct zserv *client), (client));
-/* Zebra instance */
-struct zebra_t {
-};
-extern struct zebra_t zebrad;
extern unsigned int multipath_num;
/*