X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=041602cdc6a8911b33531cfa8e0dbd72307b8242;hb=dfb1b8eb89e814f4bf6f6e62b700c72aa1b4659a;hp=d2c253136d146db6cca03f2ed2b220526ab07cfb;hpb=095d3d7134f5668b96cf1d70997d3f110b03c898;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index d2c25313..041602cd 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -189,11 +189,11 @@ 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). */