commit | 74c4f3b1af5a2c01ec3661cbffcc9944a1a97baa | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 05 16:16:20 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 05 16:16:20 2022 -0500 |
tree | cd51b833896946911a3b726fb9048cf33d86f033 | |
parent | c0ce992ff88494fc5ccec367ae67963dc5d1e309 [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: I6d8796f14e3e25c9dbf7149e9affdb3d826d220c