]> granicus.if.org Git - icinga2/commit
Prevent object deletion on shutdown when checking !IsActive()
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 15 Sep 2015 15:56:34 +0000 (17:56 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Thu, 17 Sep 2015 12:20:44 +0000 (14:20 +0200)
commit0fd9d3406b7d722eb31a16cf81a9753c8a50f556
tree15365b4a3b36bdf671b01ea5e059b04784731018
parent4955c28b0c4717625f1d129ebd49bf851625681c
Prevent object deletion on shutdown when checking !IsActive()

This is fairly ugly and sets an extension for the ConfigObjectUtility
delete handler to signal the OnActiveChanged handler inside the cluster
configsync to send a delete event to the other nodes.

refs #9927
lib/remote/apilistener-configsync.cpp
lib/remote/configobjectutility.cpp