From 240dbaa44f8e5ad51775c776fc3ce9cd2f19f037 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Dec 2012 16:29:51 +0100 Subject: unit: add ConditionACPower= --- src/core/condition.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/condition.h') 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 -- cgit v1.2.3-54-g00ecf