Commit cce795cc authored by Michael Tremer's avatar Michael Tremer

database format: Add some padding to header

This can be used to add things later without
incrementing the database version.
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent eee6346d
......@@ -66,6 +66,9 @@ struct loc_database_header_v0 {
// Tells us where the pool starts
uint32_t pool_offset;
uint32_t pool_length;
// Add some padding for future extensions
char padding[32];
};
struct loc_database_network_node_v0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment