]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-journal: Remove const from function parameter
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 15 Dec 2025 08:08:00 +0000 (09:08 +0100)
committerDaanDeMeyer <daan.j.demeyer@gmail.com>
Fri, 2 Jan 2026 08:22:23 +0000 (09:22 +0100)
commit17ce971a9c93d6c42e50040f590c2db696ea4500
treefc953c36ba3d3ea40b4a62dea0dd4d6a783441f9
parent46e3fef1a803b8a6f567d09136aaf01e715944dc
sd-journal: Remove const from function parameter

boot_id is already passed by value, and hence copied.
Since we don't apply const to function parameters
that are copied anywhere else, let's drop the const
here as well for consistency.
src/systemd/sd-journal.h