diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-05 00:46:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-08 13:54:23 +0200 |
commit | 4943c1c94ba751c98763f4232b4350481b22c90a (patch) | |
tree | b43c4026d0941298ddff971f191ca40b1e2c56b5 /src/login/logind-inhibit.h | |
parent | dd5f0a96f734aafa00f6c3aea4003b7fdd278d81 (diff) |
logind: use "sleep" as generic term for "suspend", "hibernate", and later on "hybrid suspend"
Diffstat (limited to 'src/login/logind-inhibit.h')
-rw-r--r-- | src/login/logind-inhibit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-inhibit.h b/src/login/logind-inhibit.h index 823af39918..6364b00586 100644 --- a/src/login/logind-inhibit.h +++ b/src/login/logind-inhibit.h @@ -31,7 +31,7 @@ typedef struct Inhibitor Inhibitor; typedef enum InhibitWhat { INHIBIT_SHUTDOWN = 1, - INHIBIT_SUSPEND = 2, + INHIBIT_SLEEP = 2, INHIBIT_IDLE = 4, _INHIBIT_WHAT_MAX = 8, _INHIBIT_WHAT_INVALID = -1 |