]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/libsystemd/sd-journal/sd-journal.c
sd-journal: rename add_file() → add_file_by_name()
authorLennart Poettering <lennart@poettering.net>
Mon, 19 Feb 2018 16:40:01 +0000 (17:40 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 20 Feb 2018 14:39:30 +0000 (15:39 +0100)
commitfc1813c0fe1f293909dbf4c6e67db0b86f476b8d
tree3d812875117eefff68dcd61d8ee1b5d9e7a87efb
parent817b1c5b1e9af0a2cac9b895f1880ff61812f8cf
sd-journal: rename add_file() → add_file_by_name()

Let's be more careful with the naming, and indicate that the function
is about *named* journal files, and will validate the name as needed.
(in opposition to add_any_file() which doesn't care about names)
src/journal/sd-journal.c