]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/job: mark job_type_lookup_merge() and _is_redundant() as const
authorMike Yuan <me@yhndnzj.com>
Wed, 22 Oct 2025 18:50:17 +0000 (20:50 +0200)
committerMike Yuan <me@yhndnzj.com>
Tue, 4 Nov 2025 11:17:29 +0000 (12:17 +0100)
commit1fa9473b07e16ee863c045183251c6613cef375d
tree43230bdd58fb523dc1518d444e09d6d84e991bbb
parent79dd24cf14adc809620479d45a7b469cf3e82892
core/job: mark job_type_lookup_merge() and _is_redundant() as const

They don't take pointers, hence are eligible for stronger guarantees.
src/core/job.h