commit | 5adc2d411be69b0c49e433d1aaf59cc093f8f0ee | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 07 15:53:44 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 07 15:58:08 2022 -0500 |
tree | 34c3addbcff05282eaf833463c01310e5209a6d7 | |
parent | c1f5aca0651c297ae427bfa7e5dc2b897b66d40b [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: I18604dd269289a35705f52455980798c069a756f
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.