commit | 6d08ccecd9d98bbe207f9307ad45578cd7d5b995 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 01 19:05:07 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 01 19:05:40 2022 -0500 |
tree | e2fd2f43634da9157764f84bd45d9c1911e99025 | |
parent | 9d262dd7d6b94f96b230be2312e2d05ee3e5b0b2 [diff] |
sdbusplus: object: don't use 'bool' argument constructor `sdbusplus::server::object_t` has long had an enum-based parameter for signal action, but maintained a backwards compatible boolean mapping. It is time to remove this boolean to make it more observable which actions are being used in applications. Map all `true` occurrences to `action::defer_emit`. Change-Id: I5fc79b0851bd5901b5b6c8dd24a291825163dbad Signed-off-by: Patrick Williams <patrick@stwcx.xyz>