diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-26 20:03:34 -0500 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2020-02-28 13:59:13 -0500 | 
| commit | 7f5818fbd674decdacec17764cf8c0cc89e26bca (patch) | |
| tree | c1d0dc044d242f22d909327309aedaced696d2be /bgpd/bgp_aspath.c | |
| parent | baaaf4f5b6b5904499a6a95976d73be5a9b454ca (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 'bgpd/bgp_aspath.c')
| -rw-r--r-- | bgpd/bgp_aspath.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_aspath.c b/bgpd/bgp_aspath.c index 5766236a00..7b8b8d94a6 100644 --- a/bgpd/bgp_aspath.c +++ b/bgpd/bgp_aspath.c @@ -2127,7 +2127,7 @@ static void *bgp_aggr_aspath_hash_alloc(void *p)  	return aspath;  } -static void bgp_aggr_aspath_prepare(struct hash_backet *hb, void *arg) +static void bgp_aggr_aspath_prepare(struct hash_bucket *hb, void *arg)  {  	struct aspath *hb_aspath = hb->data;  	struct aspath **aggr_aspath = arg;  | 
