chiark / gitweb /
Prep v239: Add support for the new 'suspend-then-hibernate' method.
[elogind.git] / src / login / logind.h
index 93760095effd2b8eab2ac1241d6778edcda89eec..3f17d5d6d9a6dc2025495e709ed2673052a21a6f 100644 (file)
@@ -1,12 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  This file is part of systemd.
-
-  Copyright 2011 Lennart Poettering
-***/
-
 #include <stdbool.h>
 
 #if 0 /// elogind needs the systems udev header
@@ -122,7 +116,7 @@ struct Manager {
         char **suspend_state,      **suspend_mode;
         char **hibernate_state,    **hibernate_mode;
         char **hybrid_sleep_state, **hybrid_sleep_mode;
-
+        usec_t hibernate_delay_sec;
 #endif // 0
         sd_event_source *inhibit_timeout_source;