diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 21:30:57 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 15:20:46 +0100 |
commit | ea45a4e7db86b29d8cf1ec0adc82ef92e602e7fd (patch) | |
tree | b9f5e8ceed42dc626d2a9d7758efaa864740e052 /zebra/zserv.h | |
parent | zebra: Move ribq from zebrad to zrouter (diff) | |
download | frr-ea45a4e7db86b29d8cf1ec0adc82ef92e602e7fd.tar.xz frr-ea45a4e7db86b29d8cf1ec0adc82ef92e602e7fd.zip |
zebra: Move the mq data structure to zrouter
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r-- | zebra/zserv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index a6a35a81c..5cad68d5d 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -175,8 +175,6 @@ DECLARE_KOOH(zserv_client_close, (struct zserv *client), (client)); /* Zebra instance */ struct zebra_t { - struct meta_queue *mq; - /* LSP work queue */ struct work_queue *lsp_process_q; |