commit | 1923a7529945f1e7fdf562373fa698e3cc2aa076 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 05 21:35:45 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Apr 11 18:58:09 2022 +0000 |
tree | 11e2459aa6fed8254ff7f400a8c3d10555126dfa | |
parent | c567dc8d7853d545c2ef1c7bfea028c157bce6b2 [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: If65b32e415f0b413df95f637f2c19187bea56590