commit | 7e5f95ff51c161096946b2bfb584843032488c3e | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Feb 23 12:49:34 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Tue Feb 23 15:06:31 2021 -0800 |
tree | f1ef2b8e1ea7ac117795f289af1104e3c3e1e2b2 | |
parent | 159a35604ab9f5d90264837b5681b0acee68b32c [diff] |
performCallback: Don't return errors Just because a callback throws an error doesn't mean that we want it to stop source processing. Change-Id: Ifcd5f61b3423033f720b1e683b56aa49570e6581 Signed-off-by: William A. Kennington III <wak@google.com>
sdeventplus is a c++ wrapper around the systemd sd_event apis meant to provide c++ ergonomics to their usage.
The sdeventplus library requires a libsystemd development package on the system for sd-event.
For a standard release build, you want something like:
meson setup -Dexamples=false -Dtests=disabled builddir ninja -C builddir ninja -C builddir install
For a test / debug build, a typical configuration is
meson setup -Dtests=enabled builddir meson test -C builddir