summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-01-11 21:33:20 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-01-31 15:20:46 +0100
commite2353ec26533caf938a24422cd20dc687731d9c8 (patch)
tree1b88e38b1231f672a797d4d4f9c268f224174fc5 /zebra/zserv.h
parentzebra: Move the mq data structure to zrouter (diff)
downloadfrr-e2353ec26533caf938a24422cd20dc687731d9c8.tar.xz
frr-e2353ec26533caf938a24422cd20dc687731d9c8.zip
zebra: Move lsp_process_q to zrouter
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r--zebra/zserv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index 5cad68d5d..9a07adb21 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -175,9 +175,6 @@ DECLARE_KOOH(zserv_client_close, (struct zserv *client), (client));
/* Zebra instance */
struct zebra_t {
- /* LSP work queue */
- struct work_queue *lsp_process_q;
-
#define ZEBRA_ZAPI_PACKETS_TO_PROCESS 1000
_Atomic uint32_t packets_to_process;
};