]> git.ipfire.org Git - thirdparty/systemd.git/commit
machine: switch CleanPool to SD_VARLINK_REQUIRES_MORE
authorMichael Vogt <michael@amutable.com>
Fri, 20 Feb 2026 10:20:02 +0000 (11:20 +0100)
committerMike Yuan <me@yhndnzj.com>
Fri, 20 Feb 2026 17:01:08 +0000 (18:01 +0100)
commit8471eca549b2d4a27a0ddac9516748fbbfd52630
tree8c21df36efc2ce571549d6b47a2c3700e4c5d1f9
parent699007a44f5249713eb601e290724a53c014926b
machine: switch CleanPool to SD_VARLINK_REQUIRES_MORE

The CleanPool requires --more to be set and checks that in
`vl_method_clean_pool`. By switching to SD_VARLINK_REQUIRES_MORE
this will automatically be handled and is more clear to
the varlink users.

Based on the comment from Lennart in
https://github.com/systemd/systemd/pull/40650#discussion_r2832378002
and the work done by Mike in 09388a6b9e4 (thanks!).
src/machine/image-varlink.c
src/shared/varlink-io.systemd.MachineImage.c