summaryrefslogtreecommitdiff
path: root/src/core/mount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-08-30 16:44:51 +0200
committerGitHub <noreply@github.com>2016-08-30 16:44:51 +0200
commit43f1f9a61d108ab82c189bd854b9a276aebea6ec (patch)
tree7db8a226fc8b12fa9cf2f1216231fbd74bde72e8 /src/core/mount.h
parent4a13100c6a5a0a4b793e90bd43d21c3696c42d46 (diff)
parent49915de2451a2ddbd2449a825c682b9731432895 (diff)
Merge pull request #4053 from brulon/force-unmount
add ForceUnmount= setting for mount units
Diffstat (limited to 'src/core/mount.h')
-rw-r--r--src/core/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mount.h b/src/core/mount.h
index c4a2bff100..9f7326ba6a 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -72,6 +72,7 @@ struct Mount {
bool sloppy_options;
bool lazy_unmount;
+ bool force_unmount;
MountResult result;
MountResult reload_result;