From c0d6e764d107a81a6439c41edbe92790623ed7de Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 22 Aug 2012 01:51:53 +0200 Subject: unit: add new ConditionHost= condition type --- 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 3dca432f77..55b331edd7 100644 --- a/src/core/condition.h +++ b/src/core/condition.h @@ -38,6 +38,7 @@ typedef enum ConditionType { CONDITION_VIRTUALIZATION, CONDITION_SECURITY, CONDITION_CAPABILITY, + CONDITION_HOST, CONDITION_NULL, _CONDITION_TYPE_MAX, _CONDITION_TYPE_INVALID = -1 -- cgit v1.2.3-54-g00ecf