]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: rename manager_unit_file_maybe_loadable_from_cache()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 28 Aug 2020 08:32:39 +0000 (10:32 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 31 Aug 2020 18:53:38 +0000 (20:53 +0200)
commit81be23886d3d2099784890f35379fee119b351a8
treedc00b49578144fb6286a09366162d74831eea502
parentc1afa2ed3918dc2b7cac37211d13cfd4425c3a67
core: rename manager_unit_file_maybe_loadable_from_cache()

The name is misleading, since we aren't really loading the unit from cache — if
this function returns true, we'll try to load the unit from disk, updating the
cache in the process.
src/core/manager.c
src/core/manager.h
src/core/transaction.c
src/core/unit.c