mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
try to fix shutdown after wakeup, if several recordings was done,
cancel shutdown after wakeup, if remote used, based on code (c) martii <m4rtii@gmx.de>
This commit is contained in:
@@ -212,6 +212,7 @@ class CTimerManager
|
||||
private:
|
||||
void Init(void);
|
||||
int eventID;
|
||||
int shutdown_eventID;
|
||||
CEventServer *eventServer;
|
||||
CTimerEventMap events;
|
||||
pthread_t thrTimer;
|
||||
@@ -247,6 +248,7 @@ public:
|
||||
void getRecordingSafety(int &pre, int &post){pre=m_extraTimeStart;post=m_extraTimeEnd;}
|
||||
void setRecordingSafety(int pre, int post);
|
||||
void loadRecordingSafety();
|
||||
void cancelShutdownOnWakeup();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user