X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2Ftdb_private.h;h=ceb4358cd31b5f103f896fafc3ddb349be915d69;hp=0ee5eb650c6fbbaca8f2807605d861490fe8ae7e;hb=f83c45bf4ccd00d81498c30cf7455a9813cf104b;hpb=41391dd9a73e1aa8bb8193cf6335542c703f20e9 diff --git a/ccan/tdb/tdb_private.h b/ccan/tdb/tdb_private.h index 0ee5eb65..ceb4358c 100644 --- a/ccan/tdb/tdb_private.h +++ b/ccan/tdb/tdb_private.h @@ -215,7 +215,7 @@ struct tdb_context { struct tdb_transaction *transaction; int page_size; int max_dead_records; - bool have_transaction_lock; + int transaction_lock_count; int tracefd; volatile sig_atomic_t *interrupt_sig_ptr; };