chiark / gitweb /
manager: when two pending jobs conflict, keep the one that "conflicts", remove the...
[elogind.git] / src / unit.h
index 34e86d1086841cfede151fa9e3fba35ad9ec2ca8..f657aea3e2c553be93642eea2715a5adcc10a0b3 100644 (file)
@@ -108,7 +108,8 @@ enum UnitDependency {
         UNIT_WANTED_BY,               /* inverse of 'wants' */
 
         /* Negative dependencies */
-        UNIT_CONFLICTS,               /* inverse of 'conflicts' is 'conflicts' */
+        UNIT_CONFLICTS,               /* inverse of 'conflicts' is 'conflicted_by' */
+        UNIT_CONFLICTED_BY,
 
         /* Order */
         UNIT_BEFORE,                  /* inverse of 'before' is 'after' and vice versa */