#include <csignal>
#include <cstdio>
#include <cstdlib>
#include <fcntl.h>
#include <fstream>
#include <iostream>
#include <string>
#include <unistd.h>
#include <QCoreApplication>
#include <QDir>
#include <QString>
#include "libmyth/mythcontext.h"
#include "libmythbase/cleanupguard.h"
#include "libmythbase/exitcodes.h"
#include "libmythbase/mythconfig.h"
#include "libmythbase/mythdbcon.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythversion.h"
#include "libmythbase/signalhandling.h"
#include "libmythprotoserver/mythsocketmanager.h"
#include "libmythprotoserver/requesthandler/basehandler.h"
#include "libmythprotoserver/requesthandler/fileserverhandler.h"
#include "libmythprotoserver/requesthandler/messagehandler.h"
#include "libmythtv/dbcheck.h"
#include "libmythtv/mythsystemevent.h"
#include "controlrequesthandler.h"
#include "mythmediaserver_commandlineparser.h"
Go to the source code of this file.
|
#define | LOC QString("MythMediaServer: ") |
|
#define | LOC_WARN QString("MythMediaServer, Warning: ") |
|
#define | LOC_ERR QString("MythMediaServer, Error: ") |
|
◆ LOC
#define LOC QString("MythMediaServer: ") |
◆ LOC_WARN
#define LOC_WARN QString("MythMediaServer, Warning: ") |
◆ LOC_ERR
#define LOC_ERR QString("MythMediaServer, Error: ") |
◆ ms_sd_notify()
static void ms_sd_notify |
( |
const char * |
| ) |
|
|
inlinestatic |
◆ cleanup()
static void cleanup |
( |
void |
| ) |
|
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ pidfile
◆ logfile