]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/libfrr.h
lib: add support for scripts directory
[mirror_frr.git] / lib / libfrr.h
index 2e4dcbe0935b63a760c51af7a2f13e5378b83ce1..c4469314689da31e78bbd175a0b12575a4b960b8 100644 (file)
@@ -81,6 +81,7 @@ struct frr_daemon_info {
 #endif
        const char *vty_path;
        const char *module_path;
+       const char *script_path;
 
        const char *pathspace;
        bool zpathspace;
@@ -162,6 +163,7 @@ extern char frr_zclientpath[256];
 extern const char frr_sysconfdir[];
 extern char frr_vtydir[256];
 extern const char frr_moduledir[];
+extern const char frr_scriptdir[];
 
 extern char frr_protoname[];
 extern char frr_protonameinst[];