X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=d2c253136d146db6cca03f2ed2b220526ab07cfb;hb=095d3d7134f5668b96cf1d70997d3f110b03c898;hp=763590079f129c9bf84f363ead8c2cb150fcbdce;hpb=920dc56e605405bb7413d958ac80b8b84d7a8a0f;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index 76359007..d2c25313 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -194,7 +194,7 @@ struct _notmuch_database { /* true if changes have been made in this atomic section */ bool atomic_dirty; Xapian::Database *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;