]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/varlink-manager: report individual job enqueue result if client sets 'more' 40365/head
authorMike Yuan <me@yhndnzj.com>
Fri, 16 Jan 2026 20:58:28 +0000 (21:58 +0100)
committerMike Yuan <me@yhndnzj.com>
Fri, 23 Jan 2026 23:48:03 +0000 (00:48 +0100)
commitf7823fdae085e303baf1233d6d5c5056014bd6e8
tree6f48ea82ebcdaf0d530af224b4256cbb8c2fe9e7
parent927b861addc8162959da6ce782ba8c8d8522ab1a
core/varlink-manager: report individual job enqueue result if client sets 'more'

One nice property varlink has is that we can nicely report result
of individual operations on each unit, through the 'more' mechanism.
Hence do so for the EnqueueMarkedJobs() method.

Also, apply 502d6f4bc9b96009627f923dcc0ab53e5a181d78 for varlink
method too.

While at it, use lowerCamelCase for method reply fields,
as requested in
https://github.com/systemd/systemd/pull/40365#discussion_r2702344239.
src/core/varlink-manager.c
src/core/varlink-unit.c
src/core/varlink-unit.h
src/shared/varlink-io.systemd.Manager.c