summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-26 20:03:34 -0500
committerQuentin Young <qlyoung@cumulusnetworks.com>2020-02-28 13:59:13 -0500
commit7f5818fbd674decdacec17764cf8c0cc89e26bca (patch)
treec1d0dc044d242f22d909327309aedaced696d2be /pimd/pim_cmd.c
parentbaaaf4f5b6b5904499a6a95976d73be5a9b454ca (diff)
*: change hash_backet to hash_bucket
It's been a year search and destroy. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Signed-off-by: Quentin Young <qlyoung@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);