diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-21 20:13:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-21 20:13:31 -0400 |
| commit | e9e27161c3baf8a3f2a88ccfb6c8ef5e57a5d0cf (patch) | |
| tree | 313b3d0852e4290baf80d1a164d7849dc17536b5 /lib/libfrr.h | |
| parent | 97b02007935d00ad8f9126045922ccc8173296ee (diff) | |
| parent | d851b2fc0d872e461b3c90056f0a1b551c0e4cf6 (diff) | |
Merge pull request #388 from opensourcerouting/snap-fixes-3.0
Snap fixes 3.0
Diffstat (limited to 'lib/libfrr.h')
| -rw-r--r-- | lib/libfrr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libfrr.h b/lib/libfrr.h index a40fc34892..0cc7ad564b 100644 --- a/lib/libfrr.h +++ b/lib/libfrr.h @@ -52,6 +52,7 @@ struct frr_daemon_info { const char *config_file; const char *pid_file; const char *vty_path; + const char *module_path; const char *proghelp; void (*printhelp)(FILE *target); @@ -107,5 +108,6 @@ extern void frr_run(struct thread_master *master); extern char config_default[256]; extern const char frr_sysconfdir[]; extern const char frr_vtydir[]; +extern const char frr_moduledir[]; #endif /* _ZEBRA_FRR_H */ |
