diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-15 20:06:49 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-15 22:13:25 +0100 |
commit | 36af55d99711e9accdf42d8a7df60e069f4086c0 (patch) | |
tree | 789d2d3d0c8e677be15f142b0c72ffab72e73f3b /src/condition.h | |
parent | 5c273f855630bf54f6ebe95ea8b45c8abe2ffff6 (diff) |
unit: introduce ConditionDirectoryNotEmpty=
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 b9d3f34aef..2f2689cc6d 100644 --- a/src/condition.h +++ b/src/condition.h @@ -28,6 +28,7 @@ typedef enum ConditionType { CONDITION_PATH_EXISTS, + CONDITION_DIRECTORY_NOT_EMPTY, CONDITION_KERNEL_COMMAND_LINE, CONDITION_NULL, _CONDITION_TYPE_MAX, |