From 44e9909db444bead27483886b013b96fcf0aca47 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 13 Apr 2016 12:21:47 -0400 Subject: zebra: Refactor struct zebra_t We were including 'extern struct zebra_t zebrad;' all over the place. This made no sense. Refactor into zserv.h where the definition was and remove resulting unnecessary code. Signed-off-by: Donald Sharp Reviewed-by: Don Slice Reviewed-by: Vivek Venkatraman --- zebra/irdp_main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'zebra/irdp_main.c') diff --git a/zebra/irdp_main.c b/zebra/irdp_main.c index af493c5c0..069a2df00 100644 --- a/zebra/irdp_main.c +++ b/zebra/irdp_main.c @@ -69,8 +69,6 @@ extern struct zebra_privs_t zserv_privs; -/* Master of threads. */ -extern struct zebra_t zebrad; struct thread *t_irdp_raw; /* Timer interval of irdp. */ -- cgit v1.2.3