diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 21:11:38 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 15:20:46 +0100 |
commit | 489a9614293c0e538746164ac4a249890a4ae91b (patch) | |
tree | f0d1ebe6ed5b18da235150243acf5aef389be566 /zebra/zserv.h | |
parent | zebra: Move rtm_table_default to zrouter (diff) | |
download | frr-489a9614293c0e538746164ac4a249890a4ae91b.tar.xz frr-489a9614293c0e538746164ac4a249890a4ae91b.zip |
zebra: Move ribq from zebrad to zrouter
The zrouter should own this data structure and it should not
be defined in zserv.h
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r-- | zebra/zserv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index 856a6debb..a6a35a81c 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -175,10 +175,6 @@ DECLARE_KOOH(zserv_client_close, (struct zserv *client), (client)); /* Zebra instance */ struct zebra_t { -/* rib work queue */ -#define ZEBRA_RIB_PROCESS_HOLD_TIME 10 -#define ZEBRA_RIB_PROCESS_RETRY_TIME 1 - struct work_queue *ribq; struct meta_queue *mq; /* LSP work queue */ |