chiark / gitweb /
core: introduce a new load state "bad-setting"
[elogind.git] / src / basic / unit-def.c
index 7361acb297b3f90f4f0d3e6754a9a8c993c93ac8..fd42e0a24131c08c720db69d3e9a9c1445c4301a 100644 (file)
@@ -93,6 +93,7 @@ static const char* const unit_load_state_table[_UNIT_LOAD_STATE_MAX] = {
         [UNIT_STUB] = "stub",
         [UNIT_LOADED] = "loaded",
         [UNIT_NOT_FOUND] = "not-found",
+        [UNIT_BAD_SETTING] = "bad-setting",
         [UNIT_ERROR] = "error",
         [UNIT_MERGED] = "merged",
         [UNIT_MASKED] = "masked"