ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute

This commit is contained in:
Michael Friedrich 2019-01-28 17:29:46 +01:00
parent b1442645ce
commit 9f2ccfbaa0

View File

@ -445,6 +445,7 @@ void ClusterEvents::AcknowledgementSetHandler(const Checkable::Ptr& checkable,
params->Set("comment", comment);
params->Set("acktype", type);
params->Set("notify", notify);
params->Set("persistent", persistent);
params->Set("expiry", expiry);
Dictionary::Ptr message = new Dictionary();