From 0e456f978134100d2e0cc28c7205b3abefcc9cde Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 10 Apr 2011 01:30:14 +0200 Subject: path: optionally, create watched directories in .path units --- src/path.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/path.h') diff --git a/src/path.h b/src/path.h index 0dff120331..8ba0ce6890 100644 --- a/src/path.h +++ b/src/path.h @@ -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); -- cgit v1.2.3-54-g00ecf