summaryrefslogtreecommitdiff
path: root/infosatepg.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2009-02-13 07:13:42 +0100
committerJochen Dolze <vdr@dolze.de>2009-02-13 07:13:42 +0100
commit0a828794745069f0b978ab001b92b9ef31f5195f (patch)
tree641c9093489df3848578bff89092be211041286a /infosatepg.h
parente8c8bbc93ceec475299bb706a12e4fe67dcb0efa (diff)
downloadvdr-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.h2
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();