|
|
|
@ -31,6 +31,7 @@
|
|
|
|
#include "ctranscoder.h"
|
|
|
|
#include "ctranscoder.h"
|
|
|
|
#include "cysfnodedirfile.h"
|
|
|
|
#include "cysfnodedirfile.h"
|
|
|
|
#include "cysfnodedirhttp.h"
|
|
|
|
#include "cysfnodedirhttp.h"
|
|
|
|
|
|
|
|
#include <systemd/sd-daemon.h>
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// constructor
|
|
|
|
// constructor
|
|
|
|
@ -132,6 +133,7 @@ bool CReflector::Start(void)
|
|
|
|
#ifdef JSON_MONITOR
|
|
|
|
#ifdef JSON_MONITOR
|
|
|
|
m_JsonReportThread = new std::thread(CReflector::JsonReportThread, this);
|
|
|
|
m_JsonReportThread = new std::thread(CReflector::JsonReportThread, this);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
sd_notify(0, "READY=1");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|