diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-10-11 15:16:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-10-11 15:16:52 +0200 |
commit | 62590f23c14d06e33bb1712a5e3cf04f12f189cb (patch) | |
tree | ad58e00134b41a9eda2b9a7e860303d2043425c1 /src/condition.h | |
parent | 822b18599d1c9465449c7111fe7e7b86fbf44a57 (diff) |
unit: introduce ConditionCapability
Diffstat (limited to 'src/condition.h')
-rw-r--r-- | src/condition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/condition.h b/src/condition.h index dd65aa6054..71b1c6761e 100644 --- a/src/condition.h +++ b/src/condition.h @@ -37,6 +37,7 @@ typedef enum ConditionType { CONDITION_KERNEL_COMMAND_LINE, CONDITION_VIRTUALIZATION, CONDITION_SECURITY, + CONDITION_CAPABILITY, CONDITION_NULL, _CONDITION_TYPE_MAX, _CONDITION_TYPE_INVALID = -1 |