X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Funit.h;h=19314d6fbdde5c5f36dcddbc8b238454d1f69735;hp=4d83309591776f772d6d51064480cf618965be7d;hb=4dcc1cb4155c4a72155e36a5461ab0847d4f1bf1;hpb=bd1a69818042e85e24ec3adaf5eb3ac30ab1d9fd diff --git a/src/unit.h b/src/unit.h index 4d8330959..19314d6fb 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,