chiark / gitweb /
path: optionally, create watched directories in .path units
[elogind.git] / src / path.h
index 0dff1203318fa73a12285550f9f2fd77ec1563d8..8ba0ce6890f380e93cb5f9ae7644d8a3f8754f2f 100644 (file)
@@ -70,6 +70,9 @@ struct Path {
 
         bool failure;
         bool inotify_triggered;
+
+        bool make_directory;
+        mode_t directory_mode;
 };
 
 void path_unit_notify(Unit *u, UnitActiveState new_state);