]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/pwr_mgt/RootDomain.h
xnu-3789.60.24.tar.gz
[apple/xnu.git] / iokit / IOKit / pwr_mgt / RootDomain.h
index ff6bcb6fd44d78d4e5434ea48a4a3c5005e373d5..c417c9a3487f06db0dc1f80629fb45a80015febf 100644 (file)
@@ -545,6 +545,7 @@ public:
                     uint32_t *  hibernateMode,
                     uint32_t *  hibernateFreeRatio,
                     uint32_t *  hibernateFreeTime );
+    bool        mustHibernate( void );
 #endif
     void        takeStackshot(bool restart, bool isOSXWatchdog, bool isSpinDump);
     void        sleepWakeDebugTrig(bool restart);
@@ -636,6 +637,7 @@ private:
     bool                    uuidPublished;
 
     // Pref: idle time before idle sleep
+    bool                    idleSleepEnabled;
     unsigned long           sleepSlider;
     unsigned long           idleSeconds;
     uint64_t                autoWakeStart;