]> git.sesse.net Git - plocate/commitdiff
Make some padding in the header explicit.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 2 Oct 2020 16:36:46 +0000 (18:36 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 2 Oct 2020 16:36:46 +0000 (18:36 +0200)
db.h

diff --git a/db.h b/db.h
index dfdc0d58a36d5f2a964b4442191a9b88a04303d5..cb0a7a8d332403b9aeb2aafa151505a6afc19a9b 100644 (file)
--- a/db.h
+++ b/db.h
@@ -8,6 +8,7 @@ struct Header {
        uint32_t version;  // 0.
        uint32_t hashtable_size;
        uint32_t extra_ht_slots;
+       uint32_t pad;   // Unused.
        uint64_t hash_table_offset_bytes;
        uint64_t filename_index_offset_bytes;
 };