]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Implement Path/Scope/Swap/Timer Context/Runtime for `io.systemd.Unit.List` (#41980)
authorLennart Poettering <lennart@amutable.com>
Tue, 12 May 2026 14:12:36 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Tue, 12 May 2026 14:12:36 +0000 (16:12 +0200)
The PR implements the following objects + tests for
io.systemd.Unit.List:
* PathContext
* PathRuntime
* ScopeContext
* ScopeRuntime
* SwapContext
* SwapRuntime
* TimerContext
* TimerRuntime

It's a continuation of the following PRs:
* https://github.com/systemd/systemd/pull/37432
* https://github.com/systemd/systemd/pull/37646
* https://github.com/systemd/systemd/pull/38032
* https://github.com/systemd/systemd/pull/38212
* https://github.com/systemd/systemd/pull/39391


Trivial merge