diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 19:52:09 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 15:20:46 +0100 |
commit | cc3d8834450ff459c99662e3f10465ed4ba60223 (patch) | |
tree | 3c33c71951e25f8f6963e24f1ab85dc409b307f3 /zebra/zserv.h | |
parent | zebra: Move client_list to the zebra_router data structure (diff) | |
download | frr-cc3d8834450ff459c99662e3f10465ed4ba60223.tar.xz frr-cc3d8834450ff459c99662e3f10465ed4ba60223.zip |
zebra: Make zebrad.sock zserv.c private data
The zebra.sock data is the listener socket for the zapi protocol.
The rest of the zebra router does not need to see this data.
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 77ac40e1a..aa8a084ef 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 { - /* Socket */ - int sock; - /* default table */ uint32_t rtm_table_default; |