commit | c07636205e9b2110d6e9e4d28ae246834f143939 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 05 21:34:12 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 05 21:34:12 2022 -0500 |
tree | 6e2e599081be1d5cfb1f64f2818c137df318599f | |
parent | e841b05fc724c691c2f1bab0427de6168cd57f7a [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`. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7adbc8df11fa75f33f7d3437ea5ceae4ea6ca9d2