1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 11:37:42 +00:00

Renamed threads and ringbuffers.

This commit is contained in:
Rolf Ahrenberg
2014-12-14 21:39:13 +02:00
parent 2d997b3fdd
commit 629c4ff378
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
#include "tuner.h"
cSatipTuner::cSatipTuner(cSatipDeviceIf &deviceP, unsigned int packetLenP)
: cThread(cString::sprintf("SATIP %d tuner", deviceP.GetId())),
: cThread(cString::sprintf("SATIP#%d tuner", deviceP.GetId())),
sleepM(),
deviceM(&deviceP),
deviceIdM(deviceP.GetId()),