mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Cleaned up statistics
This commit is contained in:
parent
fb126677f1
commit
31f9a001b1
@ -173,7 +173,6 @@ void cIptvStreamerStatistics::AddStreamerStatistic(long bytesP)
|
||||
// Buffer statistics class
|
||||
cIptvBufferStatistics::cIptvBufferStatistics()
|
||||
: dataBytesM(0),
|
||||
freeSpaceM(0),
|
||||
usedSpaceM(0),
|
||||
timerM(),
|
||||
mutexM()
|
||||
|
@ -78,7 +78,6 @@ protected:
|
||||
|
||||
private:
|
||||
long dataBytesM;
|
||||
long freeSpaceM;
|
||||
long usedSpaceM;
|
||||
cTimeMs timerM;
|
||||
cMutex mutexM;
|
||||
|
Loading…
x
Reference in New Issue
Block a user