]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal: rename hash64() to jenkins_hash64()
authorLennart Poettering <lennart@poettering.net>
Mon, 1 Jun 2020 16:20:41 +0000 (18:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 25 Jun 2020 13:01:36 +0000 (15:01 +0200)
commit20b0acfacd61ffd608580ac53a11a387ba8a4ae5
treedb7f981e1303e6794a1b3ba99d211340c34e4de7
parentf4474e004dab7e12cd28e03f1fef8a5f00b80600
journal: rename hash64() to jenkins_hash64()

Let's prefix this with "jenkins_" since it wraps the jenkins hash. We
want to add support for other hash functions to journald soon, hence
better be clear with what this is. In particular as all other symbols
defined by lookup3.h actually are prefixed "jenkins_".
src/journal/journal-file.c
src/journal/journal-verify.c
src/journal/lookup3.h
src/journal/sd-journal.c