]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_lcommunity.c
*: change hash_backet to hash_bucket
[mirror_frr.git] / bgpd / bgp_lcommunity.c
index f889693001a658543ad55dadddd98283c4b4073d..7a4435f6f23e9d9cf74b511011451873e0014d1a 100644 (file)
@@ -550,7 +550,7 @@ static void *bgp_aggr_lcommunty_hash_alloc(void *p)
        return lcommunity;
 }
 
-static void bgp_aggr_lcommunity_prepare(struct hash_backet *hb, void *arg)
+static void bgp_aggr_lcommunity_prepare(struct hash_bucket *hb, void *arg)
 {
        struct lcommunity *hb_lcommunity = hb->data;
        struct lcommunity **aggr_lcommunity = arg;