summaryrefslogtreecommitdiff
path: root/src/path.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-10 01:30:14 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-10 01:30:14 +0200
commit0e456f978134100d2e0cc28c7205b3abefcc9cde (patch)
treeb63684ac36702f88f7fd1ceeaad4021f5f30d04d /src/path.h
parentbfe95f35bf87c91d63b9d62dde5f029dd38d27a4 (diff)
path: optionally, create watched directories in .path units
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h
index 0dff12033..8ba0ce689 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);