commit | 80be5d8335f31c12edae7edd2fc32a0583d765f9 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 07 15:41:48 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 07 15:41:48 2022 -0500 |
tree | 9e5352a37622364bbf585fcb2247d034a017b893 | |
parent | d1ac1977343739e494ff4262e95b3ffc265ac577 [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: Iead15c0b9b891c7e65e732c7e0af1985d812a39f