]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_sr.c
isisd: implement the 'lsp-generation' notification
[mirror_frr.git] / ospfd / ospf_sr.c
index 3a21b723d51cfe10bdf16f6631a5b340a468ec78..43842e414e007e9fe5bd4d659d9c8ab8da94ca75 100644 (file)
@@ -94,7 +94,7 @@ static unsigned int sr_hash(void *p)
 }
 
 /* Compare 2 Router ID hash entries based on SR Node */
-static int sr_cmp(const void *p1, const void *p2)
+static bool sr_cmp(const void *p1, const void *p2)
 {
        const struct sr_node *srn = p1;
        const struct in_addr *rid = p2;