]> granicus.if.org Git - icinga2/commit
Refactored subscription code in preparation for a centralized broker/discovery component.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 30 Apr 2012 13:30:45 +0000 (15:30 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 7 May 2012 09:13:47 +0000 (11:13 +0200)
commitc8a5343fe5c7e9cf644af4ad8e22cfdbff29fb36
tree27b3334e1dbab3f9c31acd8597e9186c5ac4e9c0
parent0c59c675bedfa53fc54ebaf8343f50cbee39a355
Refactored subscription code in preparation for a centralized broker/discovery component.
38 files changed:
base/dictionary.cpp
base/dictionary.h
components/Makefile.am
components/demo/democomponent.cpp
components/demo/democomponent.h
components/discovery/Makefile.am [new file with mode: 0644]
components/discovery/discovery.vcxproj [new file with mode: 0644]
components/discovery/discoverycomponent.cpp [new file with mode: 0644]
components/discovery/discoverycomponent.h [new file with mode: 0644]
components/discovery/discoverymessage.cpp [new file with mode: 0644]
components/discovery/discoverymessage.h [new file with mode: 0644]
components/discovery/i2-discovery.h [new file with mode: 0644]
configure.ac
icinga-app/icinga.conf
icinga.sln
icinga/Makefile.am
icinga/discoverycomponent.cpp [deleted file]
icinga/discoverycomponent.h [deleted file]
icinga/endpoint.cpp
icinga/endpoint.h
icinga/endpointmanager.cpp
icinga/endpointmanager.h
icinga/i2-icinga.h
icinga/icinga.vcxproj
icinga/icingaapplication.cpp
icinga/icingaapplication.h
icinga/identitymessage.cpp [deleted file]
icinga/identitymessage.h [deleted file]
icinga/jsonrpcendpoint.cpp
icinga/jsonrpcendpoint.h
icinga/subscriptioncomponent.cpp [deleted file]
icinga/subscriptioncomponent.h [deleted file]
icinga/subscriptionmessage.cpp [deleted file]
icinga/subscriptionmessage.h [deleted file]
icinga/virtualendpoint.cpp
icinga/virtualendpoint.h
jsonrpc/message.cpp
jsonrpc/message.h