diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-07 02:36:34 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-07 02:36:34 +0000 |
| commit | d2c297e62af0b7325ae058fdd5656044f0917bdd (patch) | |
| tree | e4ce16b2ad0827384116de2b70243a8dfe825477 /lib/dvb/frontend.h | |
| parent | 2e3ac8d64148ce6fd4d932e882e89d9c6305e500 (diff) | |
| download | enigma2-d2c297e62af0b7325ae058fdd5656044f0917bdd.tar.gz enigma2-d2c297e62af0b7325ae058fdd5656044f0917bdd.zip | |
retry frontend close every 60 seconds when frontend is busy
Diffstat (limited to 'lib/dvb/frontend.h')
| -rw-r--r-- | lib/dvb/frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 7862e2ea..c702970b 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -100,7 +100,7 @@ public: int getID() { return m_fe; } int openFrontend(); - void closeFrontend(); + int closeFrontend(); }; #endif |
