From ee17c9281d3c208ca3f4fadd800990e61e8fd4f2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 24 Jan 2013 05:15:36 +0100 Subject: 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. --- src/login/logind.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/login/logind.h') 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; -- cgit v1.2.3-54-g00ecf