summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-26 20:03:34 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2020-02-26 20:03:34 -0500
commit3895c42a2eb534a70ef25412547e798c1c1ef5a1 (patch)
treea01234f6bd4f149cd6cd2cee9aebc3d5f3697f65 /pimd/pim_cmd.c
parent7a7cd6e9b28405142e9ae0efb6f4bcf4131d6350 (diff)
*: change hash_backet to hash_bucket
It's been a year search and destroy. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_cmd.c')
-rw-r--r--pimd/pim_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c
index 0caf8e4f78..fed256323f 100644
--- a/pimd/pim_cmd.c
+++ b/pimd/pim_cmd.c
@@ -10397,7 +10397,7 @@ static void pim_show_vxlan_sg_entry(struct pim_vxlan_sg *vxlan_sg,
}
}
-static void pim_show_vxlan_sg_hash_entry(struct hash_backet *backet, void *arg)
+static void pim_show_vxlan_sg_hash_entry(struct hash_bucket *backet, void *arg)
{
pim_show_vxlan_sg_entry((struct pim_vxlan_sg *)backet->data,
(struct pim_sg_cache_walk_data *)arg);