mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
*NIX build fix.
This commit is contained in:
parent
c728e85c8c
commit
79579e9bb1
@ -6,12 +6,16 @@ pkglib_LTLIBRARIES = \
|
|||||||
livestatus_la_SOURCES = \
|
livestatus_la_SOURCES = \
|
||||||
andfilter.cpp \
|
andfilter.cpp \
|
||||||
andfilter.h \
|
andfilter.h \
|
||||||
|
combinerfilter.cpp \
|
||||||
|
combinerfilter.h \
|
||||||
component.cpp \
|
component.cpp \
|
||||||
component.h \
|
component.h \
|
||||||
connection.cpp \
|
connection.cpp \
|
||||||
connection.h \
|
connection.h \
|
||||||
filter.cpp \
|
filter.cpp \
|
||||||
filter.h \
|
filter.h \
|
||||||
|
negatefilter.cpp \
|
||||||
|
negastefilter.h \
|
||||||
orfilter.cpp \
|
orfilter.cpp \
|
||||||
orfilter.h \
|
orfilter.h \
|
||||||
query.cpp \
|
query.cpp \
|
||||||
|
@ -23,7 +23,7 @@ using namespace icinga;
|
|||||||
using namespace livestatus;
|
using namespace livestatus;
|
||||||
|
|
||||||
Query::Query(const vector<String>& lines)
|
Query::Query(const vector<String>& lines)
|
||||||
: m_OutputFormat("csv"), m_KeepAlive(false), m_ColumnHeaders(true), m_Limit(-1)
|
: m_KeepAlive(false), m_OutputFormat("csv"), m_ColumnHeaders(true), m_Limit(-1)
|
||||||
{
|
{
|
||||||
String line = lines[0];
|
String line = lines[0];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user