]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/loc/format.h
database: Save time when the database was created
[people/ms/libloc.git] / src / loc / format.h
index e6f6dbac7d14b0d8b913fd10c2550fe4c2cadc98..4a4962816e61cf34dbfff29df658066a908b7269 100644 (file)
@@ -32,6 +32,9 @@ struct loc_database_magic {
 };
 
 struct loc_database_header_v0 {
+       // UNIX timestamp when the database was created
+       uint64_t created_at;
+
        // Vendor who created the database
        uint32_t vendor;