summaryrefslogtreecommitdiff
path: root/lib/libfrr.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-09-16 20:34:53 -0400
committerGitHub <noreply@github.com>2020-09-16 20:34:53 -0400
commit32e3ca2bccc3bbef1a95ba57a73fdd39ad7f13b1 (patch)
tree8b8216b87f812d76d0f990ffc9f6cdb461828f08 /lib/libfrr.h
parent576cada54c96097b4e4db0ec742c671382a175fc (diff)
parentbbeaa0333c28c1fbe73f81ff44f1ce27adda3789 (diff)
Merge pull request #7103 from opensourcerouting/sysrepo-fixes
lib: sysrepo plugin fixes
Diffstat (limited to 'lib/libfrr.h')
-rw-r--r--lib/libfrr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfrr.h b/lib/libfrr.h
index 9d91ea9154..ab72299206 100644
--- a/lib/libfrr.h
+++ b/lib/libfrr.h
@@ -136,6 +136,7 @@ extern const char *frr_get_progname(void);
extern enum frr_cli_mode frr_get_cli_mode(void);
DECLARE_HOOK(frr_late_init, (struct thread_master * tm), (tm))
+DECLARE_HOOK(frr_very_late_init, (struct thread_master * tm), (tm))
extern void frr_config_fork(void);
extern void frr_run(struct thread_master *master);