commit | bf97583ea2e03ce3c6e21e0ba5878e9c4b6b3941 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Nov 24 05:38:04 2022 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Nov 24 05:38:10 2022 -0800 |
tree | 7c3d281e2411412afc2ac4ed8a81a78113aa11c6 | |
parent | 04267b4ff02aeb9a7cc15676c38fd760575c53bd [diff] |
sdbusplus: Move callback instead of copy We always want to instantiate these a single time, so we can move them. In the future, the callback_t may chnage to a move only type so we can support it this way. Change-Id: I839298f43df108fd9d282fb4e4390e2d32ac3e78 Signed-off-by: William A. Kennington III <wak@google.com>