diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-25 03:11:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-25 03:11:26 +0200 |
commit | d3689161a2870a56ba5a2837daa2ca3463e24710 (patch) | |
tree | 32b34eae66a613db706284e6e113a44fccb9f44e /src/manager.h | |
parent | 20604ebc04ce5d3b7d7d63e79f94cf0febf851c5 (diff) |
mount: add global configuration options for handling of auto mounts
Diffstat (limited to 'src/manager.h')
-rw-r--r-- | src/manager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/manager.h b/src/manager.h index 2b4eee933d..dd48593d4c 100644 --- a/src/manager.h +++ b/src/manager.h @@ -202,6 +202,10 @@ struct Manager { bool confirm_spawn; bool sysv_console; + bool mount_on_plug; + bool swap_on_plug; + bool mount_auto; + int n_deserializing; }; |