commit | a3ed9b09e3f06ff7cfa57c3ee8ddaf0a391ef547 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 05 16:24:52 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 13 11:03:46 2022 -0500 |
tree | 34b371b9fbe5b543321fa9351a83bfe1757f67b7 | |
parent | 05a95046d2b48649734c2453ec08253140c3ac13 [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: I54c31e5892def4ae3ed7898ebd5d04c3c91e1a49