diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 19:38:19 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 15:20:46 +0100 |
commit | 161e9ab7e262f1495af3db1669518843ed1b7d73 (patch) | |
tree | 510f5fbec078b6ab42cec85cbb5377d05329448d /zebra/zserv.h | |
parent | zebra: Move the master thread handler to the zrouter structure (diff) | |
download | frr-161e9ab7e262f1495af3db1669518843ed1b7d73.tar.xz frr-161e9ab7e262f1495af3db1669518843ed1b7d73.zip |
zebra: Move client_list to the zebra_router data structure
The client_list should be owned by the zebra_router data structure
as that it is part of global state information.
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 a712e7fb9..77ac40e1a 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 list *client_list; - /* Socket */ int sock; |