]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
lib: API to retrieve database revision and UUID
[notmuch] / lib / database-private.h
index 5c5a2bb2e51b416f0a0e9840acf5133d247bf9df..4e932572ac7a7ea9f45c5328989cf1b1dade1955 100644 (file)
@@ -170,6 +170,7 @@ struct _notmuch_database {
      * under a higher revision number, which can be generated with
      * notmuch_database_new_revision. */
     unsigned long revision;
+    const char *uuid;
 
     Xapian::QueryParser *query_parser;
     Xapian::TermGenerator *term_gen;