diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-04 17:23:01 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-04 17:25:11 +0100 |
| commit | 7709c1d61e799fa06a257f1d6b9c23ae205fe0c9 (patch) | |
| tree | f7bff4d9a0be9df865cd0d548ace0296070683dd /lib/dvb/epgcache.h | |
| parent | b3a9b32ac34417c49d149adb55a0ec6fc2a92b03 (diff) | |
| download | enigma2-7709c1d61e799fa06a257f1d6b9c23ae205fe0c9.tar.gz enigma2-7709c1d61e799fa06a257f1d6b9c23ae205fe0c9.zip | |
epgcache: add possibility to change the default epg cache read/write path
the path is read from /etc/enigma2/epg.dat.src .. fallback to /hdd/epg.dat when the file not exists
Diffstat (limited to 'lib/dvb/epgcache.h')
| -rw-r--r-- | lib/dvb/epgcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/epgcache.h b/lib/dvb/epgcache.h index 4d45d87e..dca05a52 100644 --- a/lib/dvb/epgcache.h +++ b/lib/dvb/epgcache.h @@ -290,6 +290,7 @@ private: void thread(); // thread function // called from epgcache thread + char m_filename[1024]; void save(); void load(); #ifdef ENABLE_PRIVATE_EPG |
