diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-15 00:49:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-15 00:49:21 +0100 |
commit | 672028dc4e587d510a5fc7f6cdf8038d779b4560 (patch) | |
tree | 4bdb658a10fb9352ca03fd68d8c41e877650264d /src/path.h | |
parent | 782195a3c31a79428874a32e0264c0aa97a664f7 (diff) |
path: avoid immediate restarting of units triggered by paths if nothing actually changed on disk
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h index ea2331c2ab..0dff120331 100644 --- a/src/path.h +++ b/src/path.h @@ -69,6 +69,7 @@ struct Path { PathState state, deserialized_state; bool failure; + bool inotify_triggered; }; void path_unit_notify(Unit *u, UnitActiveState new_state); |