diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-02-28 16:26:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-28 16:26:55 -0500 |
| commit | 8105c99404c604f26f229e32f2db1782cb1e5c9c (patch) | |
| tree | f9c8d9871672bfaf0b3aa584c0312e5bd13c2d1a /pimd/pim_cmd.c | |
| parent | c9343c05c490451e2923b2899bab2430c85bf23b (diff) | |
| parent | 7f5818fbd674decdacec17764cf8c0cc89e26bca (diff) | |
Merge pull request #5874 from donaldsharp/hash_backet2
*: change hash_backet to hash_bucket
Diffstat (limited to 'pimd/pim_cmd.c')
| -rw-r--r-- | pimd/pim_cmd.c | 2 |
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); |
