X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fcuckoo_template.h;h=c3b2bc98aaa1e75f168b0b0b1b10c8f08d723f52;hb=d31a59806aa8f0e4c6d8ce7857f543ed9814c69a;hp=eccbde108c42d8090d2f8cdd79ed9f2879b9b48f;hpb=adb5bd5344cd7b422c0c08e6434ad8642b897502;p=vpp.git diff --git a/src/vppinfra/cuckoo_template.h b/src/vppinfra/cuckoo_template.h index eccbde108c4..c3b2bc98aaa 100644 --- a/src/vppinfra/cuckoo_template.h +++ b/src/vppinfra/cuckoo_template.h @@ -291,7 +291,7 @@ typedef struct CV (clib_cuckoo) } CVT (clib_cuckoo); void CV (clib_cuckoo_init) (CVT (clib_cuckoo) * h, const char *name, - u64 nbuckets, + uword nbuckets, void (*garbage_callback) (CVT (clib_cuckoo) *, void *), void *garbage_ctx);