X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=041602cdc6a8911b33531cfa8e0dbd72307b8242;hb=582e919e2769bd99064b997b05e1601ffcfe9a98;hp=763590079f129c9bf84f363ead8c2cb150fcbdce;hpb=b90d852a2fb377d5b7db4ab2ac389964f8c0c3b3;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index 76359007..041602cd 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -189,12 +189,12 @@ struct _notmuch_database { char *path; - notmuch_database_mode_t mode; int atomic_nesting; /* true if changes have been made in this atomic section */ bool atomic_dirty; Xapian::Database *xapian_db; - + Xapian::WritableDatabase *writable_xapian_db; + bool open; /* Bit mask of features used by this database. This is a * bitwise-OR of NOTMUCH_FEATURE_* values (above). */ enum _notmuch_features features;