]> granicus.if.org Git - icinga2/commit
Prepare support for table joins.
authorGunnar Beutner <gunnar@beutner.name>
Sun, 10 Mar 2013 17:49:14 +0000 (18:49 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Sun, 10 Mar 2013 17:50:22 +0000 (18:50 +0100)
commited912b0e232c7b671b0b172366a281bb3ecb5859
treeb92b48dc47aaa404f90ff0bd597eafbac59a9866
parent6c7af283c0f8f2fc138f707e11a9e914327ca350
Prepare support for table joins.
18 files changed:
components/livestatus/Makefile.am
components/livestatus/attributefilter.cpp
components/livestatus/column.cpp [new file with mode: 0644]
components/livestatus/column.h [new file with mode: 0644]
components/livestatus/contactgroupstable.cpp
components/livestatus/contactgroupstable.h
components/livestatus/contactstable.cpp
components/livestatus/contactstable.h
components/livestatus/hoststable.cpp [new file with mode: 0644]
components/livestatus/hoststable.h [new file with mode: 0644]
components/livestatus/i2-livestatus.h
components/livestatus/livestatus.vcxproj
components/livestatus/livestatus.vcxproj.filters
components/livestatus/query.cpp
components/livestatus/statustable.cpp
components/livestatus/statustable.h
components/livestatus/table.cpp
components/livestatus/table.h