summaryrefslogtreecommitdiffstats
path: root/lib/libfrr.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-11-20 17:23:04 +0100
committerDavid Lamparter <equinox@diac24.net>2019-11-30 00:38:32 +0100
commit0d8c7a26a1e5dbbd36df79751b2468276bd7ec20 (patch)
tree26c00eccb416d6e2a83b68ee7e9e658c493c4de7 /lib/libfrr.h
parent*: make all route_map_rule_cmd const (diff)
downloadfrr-0d8c7a26a1e5dbbd36df79751b2468276bd7ec20.tar.xz
frr-0d8c7a26a1e5dbbd36df79751b2468276bd7ec20.zip
*: make frr_yang_module_info const
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/libfrr.h')
-rw-r--r--lib/libfrr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfrr.h b/lib/libfrr.h
index e2b3db74a..f964c9e2a 100644
--- a/lib/libfrr.h
+++ b/lib/libfrr.h
@@ -98,7 +98,7 @@ struct frr_daemon_info {
struct zebra_privs_t *privs;
- const struct frr_yang_module_info **yang_modules;
+ const struct frr_yang_module_info *const *yang_modules;
size_t n_yang_modules;
bool log_always;