]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_router.h
zebra: Move the master thread handler to the zrouter structure
[mirror_frr.git] / zebra / zebra_router.h
index f63dcd984ebcadba91cf7e2bf91e9c1d0a5cbd56..244b8c37a08636444e9bc303648cf4ba6df47401 100644 (file)
@@ -45,6 +45,8 @@ RB_PROTOTYPE(zebra_router_table_head, zebra_router_table,
             zebra_router_table_entry, zebra_router_table_entry_compare)
 
 struct zebra_router {
+       /* Thread master */
+       struct thread_master *master;
 
        struct zebra_router_table_head tables;