]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: allocate sets of startup and failed units on-demand
authorLennart Poettering <lennart@poettering.net>
Fri, 11 Sep 2015 15:25:35 +0000 (17:25 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 11 Sep 2015 16:31:49 +0000 (18:31 +0200)
commit5269eb6b32f662d21638e54bb13171a5b97fe58f
treef9dfe224ed1c863bbbb22840cf1a40ce6d89906b
parentaa36007ca18ece54495d108332ed21b4bf918f3b
core: allocate sets of startup and failed units on-demand

There's a good chance we never needs these sets, hence allocate them
only when needed.
src/core/manager.c
src/core/manager.h
src/core/unit.c