]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal: Add verify_hash_table() 21432/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 16 Nov 2021 14:39:18 +0000 (14:39 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 19 Nov 2021 17:12:29 +0000 (17:12 +0000)
commit368a14b67bb51921642d49049af995bc10814058
treeaddbd87f6513bff61e8ca6ba11303f8e92485c69
parent363b2b9aaff14f238b0ae19beb97665a19e45c81
journal: Add verify_hash_table()

The existing verify_hash_table() function is renamed to
verify_data_hash_table() since it only verifies the data hash table.

The verify information is also made a little more detailed by splitting
one of the checks in two.
src/libsystemd/sd-journal/journal-verify.c