X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=db.h;fp=db.h;h=722e567076eb36551e03c56eb02db2682c834292;hb=23668b14830611cd3ac037f323b0e60a67a8dc3d;hp=e23d47885ecedb85039fca8a71206ec765d071ba;hpb=c15a6709855ce752d2677401a208e7f22d73e36c;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 {