mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
* Software update: Rework preparing the flash process
- Finish all unnecessary threads and processes before the flash process - Use flash.start to stop other (user-defined) processes
This commit is contained in:
@@ -138,7 +138,6 @@ private:
|
||||
void radioMode( bool rezap = true );
|
||||
void scartMode( bool bOnOff );
|
||||
void standbyMode( bool bOnOff, bool fromDeepStandby = false );
|
||||
void saveEpg(bool cvfd_mode);
|
||||
void getAnnounceEpgName(CTimerd::RecordingInfo * eventinfo, std::string &name);
|
||||
|
||||
void ExitRun(const bool write_si = true, int retcode = 0);
|
||||
@@ -233,6 +232,9 @@ public:
|
||||
void showInfo(void);
|
||||
CConfigFile* getConfigFile() {return &configfile;};
|
||||
bool SDTreloadChannels;
|
||||
|
||||
void saveEpg(bool cvfd_mode);
|
||||
void stopDaemonsForFlash();
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user