commit | 55627adf68e899d3cf030f20cd7097cb8fad9db6 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Thu Dec 02 22:28:29 2021 -0600 |
committer | Matthew Barth <msbarth@us.ibm.com> | Tue Dec 07 20:44:12 2021 -0600 |
tree | 50cc5b6c134dc0d69a1ecd111a74c977db52f820 | |
parent | 20afdda36475796d4993143832132a8b877b441e [diff] |
control: Change `addGroup()` to get all managed objects The addGroup method is used to populate the cache with event groups triggered by a timer when the "preload_groups" directive is used. Instead of going out to dbus to refresh the cache for each group member, use the ObjectManager interface to retrieve all the managed objects for each unique service of the group members. Change-Id: I61136409f035cd78a1762b4e22b00376e1cb4a43 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>