summaryrefslogtreecommitdiff
path: root/src/login/logind-gperf.gperf
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/logind-gperf.gperf')
-rw-r--r--src/login/logind-gperf.gperf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/login/logind-gperf.gperf b/src/login/logind-gperf.gperf
index d9fa06c1f6..9705dd5b13 100644
--- a/src/login/logind-gperf.gperf
+++ b/src/login/logind-gperf.gperf
@@ -32,3 +32,9 @@ Login.IdleAction, config_parse_handle_action, 0, offsetof(Manag
Login.IdleActionSec, config_parse_sec, 0, offsetof(Manager, idle_action_usec)
Login.RuntimeDirectorySize, config_parse_tmpfs_size, 0, offsetof(Manager, runtime_dir_size)
Login.RemoveIPC, config_parse_bool, 0, offsetof(Manager, remove_ipc)
+Sleep.SuspendMode, config_parse_strv, 0, offsetof(Manager, suspend_mode)
+Sleep.SuspendState, config_parse_strv, 0, offsetof(Manager, suspend_state)
+Sleep.HibernateMode, config_parse_strv, 0, offsetof(Manager, hibernate_mode)
+Sleep.HibernateState, config_parse_strv, 0, offsetof(Manager, hibernate_state)
+Sleep.HybridSleepMode, config_parse_strv, 0, offsetof(Manager, hybrid_sleep_mode)
+Sleep.HybridSleepState, config_parse_strv, 0, offsetof(Manager, hybrid_sleep_state)