commit | 224559b478868886522a89b769530519ff926869 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 05 16:10:39 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 05 16:14:19 2022 -0500 |
tree | ff0252ca24489c26046440a8344025928a84b9bc | |
parent | cf53a9466cc3aaf07d0a766d0af99e2c134183c5 [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: I6de31883b9f6a9a3115ae232575dffbdf652e0bd