diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-11 02:47:14 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-11 02:52:34 +0100 |
commit | 4dcc1cb4155c4a72155e36a5461ab0847d4f1bf1 (patch) | |
tree | f063a012742604c46b30083672d2c0dd5069e095 /src/unit.h | |
parent | bd1a69818042e85e24ec3adaf5eb3ac30ab1d9fd (diff) |
unit: implement new PropagateReloadTo=/PropagateReloadFrom= operations
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/unit.h b/src/unit.h index 4d83309591..19314d6fbd 100644 --- a/src/unit.h +++ b/src/unit.h @@ -124,6 +124,10 @@ enum UnitDependency { UNIT_TRIGGERS, UNIT_TRIGGERED_BY, + /* Propagate reloads */ + UNIT_PROPAGATE_RELOAD_TO, + UNIT_PROPAGATE_RELOAD_FROM, + /* Reference information for GC logic */ UNIT_REFERENCES, /* Inverse of 'references' is 'referenced_by' */ UNIT_REFERENCED_BY, |