summaryrefslogtreecommitdiff
path: root/src/core/mount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-24 14:58:51 +0200
committerLennart Poettering <lennart@poettering.net>2015-10-24 14:58:51 +0200
commit7f66eb931d20cfdb7e1123673f2d6d08c2589bdf (patch)
tree1d9dbb238d24543bfe9e8f6a7fb0d40a814ba7b9 /src/core/mount.h
parent48d04f25bf400fe0ff612a23bb4785bb245b6139 (diff)
parent5dfcb8d20021c8fc555a86c4fbbc72d5c9837150 (diff)
Merge pull request #1664 from again4you/devel/tmp-smack_#5
mount: add new SmackFileSystemRoot= setting for mount unit (v4)
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 83d14ae713..4e28810f6c 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -71,6 +71,7 @@ struct Mount {
bool reset_cpu_usage:1;
bool sloppy_options;
+ char *smack_fs_root;
MountResult result;
MountResult reload_result;