]> git.proxmox.com Git - mirror_frr.git/blobdiff - nhrpd/nhrp_cache.c
*: Rename backet to bucket
[mirror_frr.git] / nhrpd / nhrp_cache.c
index 1316a4aad3a6d759649bfc8b7c87f90dfa960570..5508778243d557e055baccc3617a764f99ec67d0 100644 (file)
@@ -345,7 +345,7 @@ struct nhrp_cache_iterator_ctx {
        void *ctx;
 };
 
-static void nhrp_cache_iterator(struct hash_backet *b, void *ctx)
+static void nhrp_cache_iterator(struct hash_bucket *b, void *ctx)
 {
        struct nhrp_cache_iterator_ctx *ic = ctx;
        ic->cb(b->data, ic->ctx);