commit | 0850e3122e8e6f22110d02444679430e1dcf620a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 05 16:24:52 2022 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Wed Apr 06 14:56:33 2022 +0000 |
tree | 63e606d39ccd7deb44928b34b5f73ddee594071a | |
parent | facbe1296298fa1f5a6e735491cc2412705e40bf [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: I7b9c5e7548be323b7b63da1cf5b5cdcc82c7d109