X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=db.h;h=1670d6bc304c1e327f3bf2463dfbb5ae953cf0ac;hb=498466c6434e479cd973fe7655b4feb51dd2c378;hp=e23d47885ecedb85039fca8a71206ec765d071ba;hpb=63fd24efd774f1ed3f5dab82b934f35b7b039557;p=plocate diff --git a/db.h b/db.h index e23d478..1670d6b 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 check_visibility; }; struct Trigram {