diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-12-25 16:29:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-12-31 21:24:26 +0100 |
commit | 240dbaa44f8e5ad51775c776fc3ce9cd2f19f037 (patch) | |
tree | 607e02cd59aef350e3b32698742cd1e00bc71d7c /src/core/condition.h | |
parent | 3ec90c030081111900597ec5475d880893f10a76 (diff) |
unit: add ConditionACPower=
Diffstat (limited to 'src/core/condition.h')
-rw-r--r-- | src/core/condition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/condition.h b/src/core/condition.h index 03954e40b3..1797385d26 100644 --- a/src/core/condition.h +++ b/src/core/condition.h @@ -40,6 +40,7 @@ typedef enum ConditionType { CONDITION_SECURITY, CONDITION_CAPABILITY, CONDITION_HOST, + CONDITION_AC_POWER, CONDITION_NULL, _CONDITION_TYPE_MAX, _CONDITION_TYPE_INVALID = -1 |