X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Ftdb2.h;h=d194de36aebc568b40962ef7a29fbe1e34b97144;hb=2523e67f154c3f8614a2ddca2cd0170d321a27d4;hp=3cbdfbefda30f4d39374ddd10849a56e4e06583f;hpb=539f1af037858b905c50c560f2a608555d8457ff;p=ccan diff --git a/ccan/tdb2/tdb2.h b/ccan/tdb2/tdb2.h index 3cbdfbef..d194de36 100644 --- a/ccan/tdb2/tdb2.h +++ b/ccan/tdb2/tdb2.h @@ -118,6 +118,7 @@ struct tdb_attribute_stats { size_t size; /* = sizeof(struct tdb_attribute_stats) */ uint64_t allocs; uint64_t alloc_subhash; + uint64_t alloc_chain; uint64_t alloc_bucket_exact; uint64_t alloc_bucket_max; uint64_t alloc_leftover;