]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/tdb2.h
str: change example to match function being explained.
[ccan] / ccan / tdb2 / tdb2.h
index 3cbdfbefda30f4d39374ddd10849a56e4e06583f..d194de36aebc568b40962ef7a29fbe1e34b97144 100644 (file)
@@ -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;