From 6cf6f82faae928a9142d4aa465b5add381960e29 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sun, 16 Feb 2003 21:50:32 +0000 Subject: 2003-02-16 Anders Carlsson * bus/dispatch.c: (send_one_message): Only send broadcast messages to registered connections. * dbus/dbus-message.c: (dbus_message_name_is): * dbus/dbus-message.h: New convenience function. * dbus/dbus-transport-debug.c: (do_reading): Only dispatch one message per run. * test/Makefile.am: * test/bus-test.c: (new_connection_callback), (die), (test_hello_client1_handler), (test_hello_client2_handler), (test_hello_replies), (main): * test/bus-test-loop.[ch]: Add these. --- test/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 604fd3f8..aeb623fb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -26,7 +26,9 @@ unbase64_SOURCES= \ bus_test_SOURCES = \ debug-thread.c \ debug-thread.h \ - bus-test.c + bus-test.c \ + bus-test-loop.c \ + bus-test-loop.h break_loader_SOURCES= \ break-loader.c -- cgit