MythTV
master
|
#include "backendcontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythcorecontext.h"
Go to the source code of this file.
Variables | |
QMap< int, EncoderLink * > | gTVList |
AutoExpire * | gExpirer = nullptr |
BackendContext * | gBackendContext = nullptr |
QMap<int, EncoderLink *> gTVList |
Definition at line 7 of file backendcontext.cpp.
Referenced by FillEncoderList(), handle_command(), run_backend(), and setupTVs().
AutoExpire* gExpirer = nullptr |
Definition at line 8 of file backendcontext.cpp.
Referenced by cleanup(), V2Dvr::GetExpiringList(), handle_command(), MainServer::MainServer(), run_backend(), and AutoExpire::Update().
BackendContext* gBackendContext = nullptr |
Definition at line 9 of file backendcontext.cpp.
Referenced by cleanup(), MainServer::connectionClosed(), FillFrontendList(), MainServer::HandleAnnounce(), and run_backend().