diff options
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; }; |