X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Funit-name.c;fp=src%2Fshared%2Funit-name.c;h=bf52463d81855fb36fc0848c260e0b96d4a39099;hp=b23e47a2e6b2b2d4b04d201219507dcac7f4fed4;hb=18c5e189569c5ff06c54dd901ae5d5406696f433;hpb=7aa263bce73215d1d839aa87f5bad388829cbb8a diff --git a/src/shared/unit-name.c b/src/shared/unit-name.c index b23e47a2e..bf52463d8 100644 --- a/src/shared/unit-name.c +++ b/src/shared/unit-name.c @@ -812,6 +812,8 @@ static const char* const unit_dependency_table[_UNIT_DEPENDENCY_MAX] = { [UNIT_PART_OF] = "PartOf", [UNIT_REQUIRED_BY] = "RequiredBy", [UNIT_REQUIRED_BY_OVERRIDABLE] = "RequiredByOverridable", + [UNIT_REQUISITE_OF] = "RequisiteOf", + [UNIT_REQUISITE_OF_OVERRIDABLE] = "RequisiteOfOverridable", [UNIT_WANTED_BY] = "WantedBy", [UNIT_BOUND_BY] = "BoundBy", [UNIT_CONSISTS_OF] = "ConsistsOf",