commit | 290fa4277003d8ff287a6f51fef811a73f1cabe7 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Aug 29 09:15:58 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Oct 14 06:35:51 2022 -0500 |
tree | 69b853af72e7f6d819ca2a041fd54a0253b96e17 | |
parent | 10010b192d2d13ef6f976c203ce709a88c867476 [diff] [blame] |
async: add match Define a class which will register for a dbus signal match and generate Senders that await new signals. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib1d77708d74e6063bcaa08fc76fb98667ee7a2cb
diff --git a/meson.build b/meson.build index 640059b..6239a93 100644 --- a/meson.build +++ b/meson.build
@@ -25,6 +25,7 @@ libsdbusplus_src = files( 'src/async/context.cpp', + 'src/async/match.cpp', 'src/bus.cpp', 'src/exception.cpp', 'src/message/native_types.cpp',