diff options
Diffstat (limited to 'zebra/zebra_router.h')
| -rw-r--r-- | zebra/zebra_router.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h index b4daeea245..39a7c9f875 100644 --- a/zebra/zebra_router.h +++ b/zebra/zebra_router.h @@ -81,6 +81,9 @@ struct zebra_router { /* Meta Queue Information */ struct meta_queue *mq; + + /* LSP work queue */ + struct work_queue *lsp_process_q; }; extern struct zebra_router zrouter; |
