diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 19:31:46 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-31 15:20:46 +0100 |
commit | 3801e7646c73b4b0122ea02eb35e8d39c3796c95 (patch) | |
tree | 1cc94938f78745afc8f83b506efc93d6eb9a4f49 /zebra/zserv.h | |
parent | Merge pull request #3699 from donaldsharp/zebra_rib_debugs (diff) | |
download | frr-3801e7646c73b4b0122ea02eb35e8d39c3796c95.tar.xz frr-3801e7646c73b4b0122ea02eb35e8d39c3796c95.zip |
zebra: Move the master thread handler to the zrouter structure
The master thread handler is really part of the zrouter structure.
So let's move it over to that. Eventually zserv.h will only be
used for zapi messages.
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 041485cdc..a712e7fb9 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 { - /* Thread master */ - struct thread_master *master; struct list *client_list; /* Socket */ |