X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Fprivate.h;h=369511cd5d2f86eb11748df04d932bf8fb85d461;hb=71d8cfb69339f3587ded2693cbab845c916c5c7e;hp=d93fcfe8117f87453504efaf18854ae1a55c6920;hpb=024a5647e6c81735a93d826b56db0db4bf86fab8;p=ccan diff --git a/ccan/tdb2/private.h b/ccan/tdb2/private.h index d93fcfe8..369511cd 100644 --- a/ccan/tdb2/private.h +++ b/ccan/tdb2/private.h @@ -222,7 +222,7 @@ static inline unsigned frec_ftable(const struct tdb_free_record *f) struct tdb_recovery_record { uint64_t magic; - /* Length of record. */ + /* Length of record (add this header to get total length). */ uint64_t max_len; /* Length used. */ uint64_t len;