summaryrefslogtreecommitdiff
path: root/src/core/mount.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-08-25 22:08:47 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-08-28 23:09:54 +0900
commit17e9d53d87245bff7191d6962fdc9eca42195ed2 (patch)
treee98dcc13d16fb39924e68fbbf7551b56a0dd6471 /src/core/mount.h
parentc968d76a382f905b419cacd23a6b20aa31aca580 (diff)
downloadsystemd-17e9d53d87245bff7191d6962fdc9eca42195ed2.tar.gz
core/mount: support "systemctl clean" 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 2e59f1fe04..07fa05f3ca 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -61,6 +61,7 @@ struct Mount {
MountResult result;
MountResult reload_result;
+ MountResult clean_result;
mode_t directory_mode;