X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=db.h;h=722e567076eb36551e03c56eb02db2682c834292;hb=113dddba81eb49e8770b7d60ba3f9436c602ee30;hp=e23d47885ecedb85039fca8a71206ec765d071ba;hpb=63fd24efd774f1ed3f5dab82b934f35b7b039557;p=plocate diff --git a/db.h b/db.h index e23d478..722e567 100644 --- a/db.h +++ b/db.h @@ -24,6 +24,9 @@ struct Header { uint64_t next_zstd_dictionary_offset_bytes; uint64_t conf_block_length_bytes; uint64_t conf_block_offset_bytes; + + // Only if max_version >= 2. + bool require_visibility; }; struct Trigram {