From 96d1b7ab7a50ea83f0a71ea3933932f9c6158cfb Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 2 Oct 2020 18:36:46 +0200 Subject: [PATCH] Make some padding in the header explicit. --- db.h | 1 + 1 file changed, 1 insertion(+) diff --git a/db.h b/db.h index dfdc0d5..cb0a7a8 100644 --- 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; }; -- 2.39.5