diff options
Diffstat (limited to 'zebra/zebra_router.h')
| -rw-r--r-- | zebra/zebra_router.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h index f63dcd984e..244b8c37a0 100644 --- a/zebra/zebra_router.h +++ b/zebra/zebra_router.h @@ -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; |
