X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=88532d511a8e395b7c5aa475ad7a403a6722777d;hp=f7050097bbccc3054b8a42a536eff6756eb0072e;hb=e59cc0031fbf84f49e32dedb9927f427d2c49309;hpb=957f1ba3fc1d737887029ff1787fc6bea94de00b diff --git a/lib/database-private.h b/lib/database-private.h index f7050097..88532d51 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -43,6 +43,7 @@ struct _notmuch_database { notmuch_bool_t needs_upgrade; notmuch_database_mode_t mode; + int atomic_nesting; Xapian::Database *xapian_db; unsigned int last_doc_id;