chiark / gitweb /
Spelling Corrections
[elogind.git] / src / condition.h
index 4e0d63cd515236f1e3fc526d3293ccea1b77e46f..f4903d76d98ce5a36e37b7114a7b0e89215c748e 100644 (file)
 
 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
 } ConditionType;