X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb%2Ftdb_private.h;h=4836472864006d3cab1f5726553399d7bf4054f3;hb=3d937beb970d5b52bdaaf41d75e7a0b8eb89d472;hp=0ee5eb650c6fbbaca8f2807605d861490fe8ae7e;hpb=41391dd9a73e1aa8bb8193cf6335542c703f20e9;p=ccan diff --git a/ccan/tdb/tdb_private.h b/ccan/tdb/tdb_private.h index 0ee5eb65..48364728 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 have_transaction_lock; int tracefd; volatile sig_atomic_t *interrupt_sig_ptr; };