summaryrefslogtreecommitdiff
path: root/src/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-08 18:21:52 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-08 18:21:52 +0200
commit6daf4f9001d87da9e92c04ff606b454c209f0951 (patch)
tree1b274eeb9fe507c43ef8e7e716e28e392227bae8 /src/unit.h
parent169c1bda807d183a362b47efe0b5b56e9320e430 (diff)
unit: rename 'banned' load state to 'masked'
Diffstat (limited to 'src/unit.h')
-rw-r--r--src/unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit.h b/src/unit.h
index aa818d4f21..605fa3774d 100644
--- a/src/unit.h
+++ b/src/unit.h
@@ -62,7 +62,7 @@ enum UnitLoadState {
UNIT_LOADED,
UNIT_ERROR,
UNIT_MERGED,
- UNIT_BANNED,
+ UNIT_MASKED,
_UNIT_LOAD_STATE_MAX,
_UNIT_LOAD_STATE_INVALID = -1
};