chiark / gitweb /
systemctl: don't truncate description when using pager
[elogind.git] / src / path.h
index ea2331c2abaee7d4bc2eadda54c6c356c611fbd8..0dff1203318fa73a12285550f9f2fd77ec1563d8 100644 (file)
@@ -69,6 +69,7 @@ struct Path {
         PathState state, deserialized_state;
 
         bool failure;
+        bool inotify_triggered;
 };
 
 void path_unit_notify(Unit *u, UnitActiveState new_state);