diff options
Diffstat (limited to 'isisd/isisd.h')
-rw-r--r-- | isisd/isisd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isisd.h b/isisd/isisd.h index bad930ddf..96db44b63 100644 --- a/isisd/isisd.h +++ b/isisd/isisd.h @@ -250,6 +250,8 @@ extern void isis_notif_area_mismatch(const struct isis_circuit *circuit, extern void isis_notif_lsp_received(const struct isis_circuit *circuit, const char *lsp_id, uint32_t seqno, uint32_t timestamp, const char *sys_id); +extern void isis_notif_lsp_gen(const struct isis_area *area, const char *lsp_id, + uint32_t seqno, uint32_t timestamp); /* Master of threads. */ extern struct thread_master *master; |