diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-01 00:31:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-01 00:31:53 +0200 |
commit | 6124958c7bda3fed9b079e8217781480797703f5 (patch) | |
tree | 7e5b47c29fa4c7cfe24c7798091d3561e3231cca /src/swap.c | |
parent | 4fd5948e74b776b6d68ba55f558da5f354179e52 (diff) |
unit: add new abstracted maintenance state for units
Diffstat (limited to 'src/swap.c')
-rw-r--r-- | src/swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/swap.c b/src/swap.c index 663c568961..e2afcc02eb 100644 --- a/src/swap.c +++ b/src/swap.c @@ -38,7 +38,7 @@ static const UnitActiveState state_translation_table[_SWAP_STATE_MAX] = { [SWAP_DEAD] = UNIT_INACTIVE, [SWAP_ACTIVE] = UNIT_ACTIVE, - [SWAP_MAINTENANCE] = UNIT_INACTIVE + [SWAP_MAINTENANCE] = UNIT_INACTIVE_MAINTENANCE }; static void swap_init(Unit *u) { |