]> git.sesse.net Git - plocate/blobdiff - db.h
Unbreak non-trigram matches after we changed to asynchronous access().
[plocate] / db.h
diff --git a/db.h b/db.h
index cb0a7a8d332403b9aeb2aafa151505a6afc19a9b..ca8b3ea74ae513a16a6bb9ed42a4eccdd9ea40a0 100644 (file)
--- a/db.h
+++ b/db.h
@@ -8,7 +8,7 @@ struct Header {
        uint32_t version;  // 0.
        uint32_t hashtable_size;
        uint32_t extra_ht_slots;
-       uint32_t pad;   // Unused.
+       uint32_t num_docids;
        uint64_t hash_table_offset_bytes;
        uint64_t filename_index_offset_bytes;
 };