X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcondition.h;h=f4903d76d98ce5a36e37b7114a7b0e89215c748e;hp=2f2689cc6da7b879cc8a500fbab70c6f360b71b0;hb=039655a40c77f88e4f9ccc00824f2f483f22f2c1;hpb=07faed4f99d0c798f92de3032b9c20ca31388494 diff --git a/src/condition.h b/src/condition.h index 2f2689cc6..f4903d76d 100644 --- a/src/condition.h +++ b/src/condition.h @@ -30,6 +30,7 @@ typedef enum ConditionType { CONDITION_PATH_EXISTS, CONDITION_DIRECTORY_NOT_EMPTY, CONDITION_KERNEL_COMMAND_LINE, + CONDITION_VIRTUALIZATION, CONDITION_NULL, _CONDITION_TYPE_MAX, _CONDITION_TYPE_INVALID = -1