diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-02-13 07:13:42 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-02-13 07:13:42 +0100 |
commit | 0a828794745069f0b978ab001b92b9ef31f5195f (patch) | |
tree | 641c9093489df3848578bff89092be211041286a /infosatepg.h | |
parent | e8c8bbc93ceec475299bb706a12e4fe67dcb0efa (diff) | |
download | vdr-plugin-infosatepg-0a828794745069f0b978ab001b92b9ef31f5195f.tar.gz vdr-plugin-infosatepg-0a828794745069f0b978ab001b92b9ef31f5195f.tar.bz2 |
Improved status, added missing packet count
Changed channel switching code
Diffstat (limited to 'infosatepg.h')
-rw-r--r-- | infosatepg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infosatepg.h b/infosatepg.h index 7b4d80e..992369c 100644 --- a/infosatepg.h +++ b/infosatepg.h @@ -21,7 +21,7 @@ private: cGlobalInfosatepg *global; cStatusInfosatepg *statusMonitor; int numprocessed; - int mac; + int pmac; public: cPluginInfosatepg(void); virtual ~cPluginInfosatepg(); |