X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpath.h;h=116fc63ff726daa6ac53f3fb581f9c3e79f7eab1;hp=ea2331c2abaee7d4bc2eadda54c6c356c611fbd8;hb=1eae4c45c9d04314c927c8ac6323133414020ba3;hpb=fdf20a316035779bbec469e11d73c7544acbf30f diff --git a/src/path.h b/src/path.h index ea2331c2a..116fc63ff 100644 --- a/src/path.h +++ b/src/path.h @@ -38,6 +38,7 @@ typedef enum PathState { typedef enum PathType { PATH_EXISTS, + PATH_EXISTS_GLOB, PATH_DIRECTORY_NOT_EMPTY, PATH_CHANGED, _PATH_TYPE_MAX, @@ -69,6 +70,10 @@ struct Path { PathState state, deserialized_state; bool failure; + bool inotify_triggered; + + bool make_directory; + mode_t directory_mode; }; void path_unit_notify(Unit *u, UnitActiveState new_state);