X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Fprivate.h;h=d93fcfe8117f87453504efaf18854ae1a55c6920;hb=024a5647e6c81735a93d826b56db0db4bf86fab8;hp=14d319ce7aa6a128d9630b6676a517a2c0461887;hpb=0f95489bd34ab05869e0bfaabf45149b3b161f28;p=ccan diff --git a/ccan/tdb2/private.h b/ccan/tdb2/private.h index 14d319ce..d93fcfe8 100644 --- a/ccan/tdb2/private.h +++ b/ccan/tdb2/private.h @@ -465,7 +465,9 @@ tdb_off_t alloc(struct tdb_context *tdb, size_t keylen, size_t datalen, /* Put this record in a free list. */ enum TDB_ERROR add_free_record(struct tdb_context *tdb, - tdb_off_t off, tdb_len_t len_with_header); + tdb_off_t off, tdb_len_t len_with_header, + enum tdb_lock_flags waitflag, + bool coalesce_ok); /* Set up header for a used/ftable/htable/chain record. */ enum TDB_ERROR set_header(struct tdb_context *tdb,