X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=88532d511a8e395b7c5aa475ad7a403a6722777d;hp=f7050097bbccc3054b8a42a536eff6756eb0072e;hb=75a05526334b721d719d6c8a8098ff64573e6c1e;hpb=df91c16943aa4f5c47452fa7d21e65df2d9e315b 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;