summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-27 10:39:07 -0500
committerGitHub <noreply@github.com>2020-02-27 10:39:07 -0500
commit6bd147fd33b1545805298b38a8ce7431b51ef255 (patch)
tree1fc889a7dede6f4efbef471a4ab9fcc33c34183a /pimd/pim_cmd.c
parent9288a0a0c9bdc15af03202c57b739d7e9336472e (diff)
Revert "*: change hash_backet to hash_bucket"revert-5870-hash_backet
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 fed256323f..0caf8e4f78 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_bucket *backet, void *arg)
+static void pim_show_vxlan_sg_hash_entry(struct hash_backet *backet, void *arg)
{
pim_show_vxlan_sg_entry((struct pim_vxlan_sg *)backet->data,
(struct pim_sg_cache_walk_data *)arg);