]> git.proxmox.com Git - mirror_frr.git/blobdiff - ldpd/neighbor.c
sharpd: Add missing yang route-map callbacks
[mirror_frr.git] / ldpd / neighbor.c
index 78a6131ca404f6e2f15a00c9cca73ee01988cbec..ae51490c0750cde948121c3ec18e1aaf716cc34f 100644 (file)
@@ -49,7 +49,7 @@ RB_GENERATE(nbr_addr_head, nbr, addr_tree, nbr_addr_compare)
 RB_GENERATE(nbr_pid_head, nbr, pid_tree, nbr_pid_compare)
 RB_GENERATE(nbrp_head, nbr_params, entry, nbr_params_compare)
 
-struct {
+const struct {
        int             state;
        enum nbr_event  event;
        enum nbr_action action;