summaryrefslogtreecommitdiff
path: root/src/mount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-01-20 13:17:22 +0100
committerLennart Poettering <lennart@poettering.net>2011-01-20 13:17:22 +0100
commite2f3b44cfc8864bfea7c77ff4c383ce9b535f27e (patch)
tree81dc25605f9493c5f32b596556a3736f55fb9bb0 /src/mount.h
parentf8d0ceb46b8c617abce8eaf99812ca7f4ce1c658 (diff)
service: when reloading a service fails don't fail the entire service but just the reload job
Diffstat (limited to 'src/mount.h')
-rw-r--r--src/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount.h b/src/mount.h
index 954058ceb..7c5d9d1f6 100644
--- a/src/mount.h
+++ b/src/mount.h
@@ -79,6 +79,7 @@ struct Mount {
bool just_changed:1;
bool failure:1;
+ bool reload_failure:1;
mode_t directory_mode;