commit | b270adc1835b7ccdc21ecaa5996e0574c088154d | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Nov 14 23:32:59 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 15 04:40:40 2017 +0000 |
tree | 15c531d544d706315866788434ad21599be1ae70 | |
parent | eded8f31e54c5ee4049563d0f0894d37b8c25c69 [diff] |
server: Reduce PropertiesChanged wakeups The mapper subscribes to all PropertiesChanged signal events, and then discards them if the changed interface is not the associations interface. Add an arg0 filter on the signal subscription to drastically reduce the number of spurious wakeups. Resolves openbmc/openbmc#2573 Change-Id: I5e6659c90d292a3da06c5dda148d0caed8939ecc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>