commit | 59800b8326233b6f662a423b9e113e2b823fd744 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jun 24 13:07:26 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jun 24 14:18:30 2016 -0400 |
tree | c9a2656d6ab3c46b49005181c4638354ada7dddb | |
parent | 62a50da0c6f61cc38a08ddb9352149452ec7c275 [diff] |
More performance fixes Sort introspected children nodes to improve the chance of finding ObjectManagers sooner rather than later (systemd does a recursive listing of child nodes). Remove unnecessary dbus calls when processing interfaces for associations. The existing code assumes that only object interfaces are available to it but the new discovery mechanism uses GetManagedObjects which includes the object properties. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>