summaryrefslogtreecommitdiff
path: root/src/login/logind.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-01-24 05:15:36 +0100
committerLennart Poettering <lennart@poettering.net>2013-01-24 05:15:36 +0100
commitee17c9281d3c208ca3f4fadd800990e61e8fd4f2 (patch)
tree81274452fe90078ffa3991ab5c308f34a80b4376 /src/login/logind.h
parentaf9792ac7f39354f80e9006c42c2400c5e41c447 (diff)
logind: send Resumed() signal after we come back from suspend/hibernate/hybrid-sleep
This allows clients to get asynchronous notifications for user-requested suspend/hibernate cycles. Kernel-triggered automatic suspending is not covered.
Diffstat (limited to 'src/login/logind.h')
-rw-r--r--src/login/logind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind.h b/src/login/logind.h
index fe6ea0fd34..7a0f8f25b0 100644
--- a/src/login/logind.h
+++ b/src/login/logind.h
@@ -101,6 +101,7 @@ struct Manager {
usec_t inhibit_delay_max;
char* action_job;
+ bool send_resumed_after_action_job;
int idle_action_fd; /* the timer_fd */
usec_t idle_action_usec;