]> git.ipfire.org Git - thirdparty/systemd.git/commit
oom: don't encode whether unit types can do oomd hookup a second time
authorLennart Poettering <lennart@poettering.net>
Fri, 30 Jun 2023 13:50:33 +0000 (15:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 30 Jun 2023 20:01:02 +0000 (22:01 +0200)
commit56d83b74d45e0d6936ba44a524fe8b2c2237c833
tree594dfbfbee0f94b53140325572cd41684c891334
parentb2bfd121b740d9f47c30118bcc216a5f091fb540
oom: don't encode whether unit types can do oomd hookup a second time

We already encode this in UnitVTable, hence use it. Even if it means
we'll do some minor extra iterations.
src/core/core-varlink.c