summaryrefslogtreecommitdiff
path: root/bfdd/control.c
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2019-02-26 08:19:49 +0700
committerGitHub <noreply@github.com>2019-02-26 08:19:49 +0700
commit51127bc88c285e63b4cdff50b6e3f95f06f6893e (patch)
tree6087f1f360328a0e3fb328b6ca5f5bc380112445 /bfdd/control.c
parent5a80b8c7c254b9955e357555ebd929ab9bc123ef (diff)
parent0026ac15abdf156cc65d3583164a4df6f7e15ee9 (diff)
Merge pull request #3832 from kooky/rename_backet
Rename backet to bucket
Diffstat (limited to 'bfdd/control.c')
-rw-r--r--bfdd/control.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfdd/control.c b/bfdd/control.c
index 554a5a8d80..40f4f4d3be 100644
--- a/bfdd/control.c
+++ b/bfdd/control.c
@@ -65,7 +65,7 @@ static void control_handle_notify_add(struct bfd_control_socket *bcs,
struct bfd_control_msg *bcm);
static void control_handle_notify_del(struct bfd_control_socket *bcs,
struct bfd_control_msg *bcm);
-static void _control_handle_notify(struct hash_backet *hb, void *arg);
+static void _control_handle_notify(struct hash_bucket *hb, void *arg);
static void control_handle_notify(struct bfd_control_socket *bcs,
struct bfd_control_msg *bcm);
static void control_response(struct bfd_control_socket *bcs, uint16_t id,
@@ -630,7 +630,7 @@ static struct bfd_session *_notify_find_peer(struct bfd_peer_cfg *bpc)
return bs_peer_find(bpc);
}
-static void _control_handle_notify(struct hash_backet *hb, void *arg)
+static void _control_handle_notify(struct hash_bucket *hb, void *arg)
{
struct bfd_control_socket *bcs = arg;
struct bfd_session *bs = hb->data;