chiark / gitweb /
unit: rework trigger dependency logic
[elogind.git] / src / core / path.h
index 645feef19176a3d745c5074a0f2516b6ebf11895..974041539b768a71b11e06569a49971b37156b17 100644 (file)
@@ -80,8 +80,6 @@ struct Path {
 
         LIST_HEAD(PathSpec, specs);
 
-        UnitRef unit;
-
         PathState state, deserialized_state;
 
         bool inotify_triggered;
@@ -92,8 +90,6 @@ struct Path {
         PathResult result;
 };
 
-void path_unit_notify(Unit *u, UnitActiveState new_state);
-
 /* Called from the mount code figure out if a mount is a dependency of
  * any of the paths of this path object */
 int path_add_one_mount_link(Path *p, Mount *m);