]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: ensure all types from execute.h start with Exec
authorLennart Poettering <lennart@amutable.com>
Tue, 28 Apr 2026 10:05:28 +0000 (12:05 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 28 Apr 2026 11:37:21 +0000 (12:37 +0100)
commit37c272228dbdbcb4f60609d273d1352ccac061b7
tree3a0734759b3db129468d940e9943001a19ba5368
parente596867ed6e32a57a282c87bbeac7660011a1ecb
core: ensure all types from execute.h start with Exec

Until very recently all types defined by execute.h started with "Exec"
in the name. I think that was useful, since it made clear that the types
are associated with the ExecContext infrastructure. Let's hence restore
this.

(If we every move these types out of execute.h we should drop the "Exec"
prefix again. But today is not that day.)

No real code changes, just dumb renaming.
src/core/dbus-execute.c
src/core/exec-invoke.c
src/core/execute-serialize.c
src/core/execute.c
src/core/execute.h
src/core/load-fragment-gperf.gperf.in
src/core/load-fragment.c
src/core/load-fragment.h
src/core/varlink-execute.c
src/test/test-varlink-idl-unit.c