diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 21:33:20 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 15:20:46 +0100 |
commit | e2353ec26533caf938a24422cd20dc687731d9c8 (patch) | |
tree | 1b88e38b1231f672a797d4d4f9c268f224174fc5 /zebra/zserv.h | |
parent | zebra: Move the mq data structure to zrouter (diff) | |
download | frr-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.h | 3 |
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; }; |