dbus/bus connection.c,1.61,1.62

John Palmieri johnp at freedesktop.org
Fri Feb 10 13:44:17 PST 2006


Update of /cvs/dbus/dbus/bus
In directory gabe:/tmp/cvs-serv2787/bus

Modified Files:
	connection.c 
Log Message:
2006-02-10  John (J5) Palmieri  <johnp at redhat.com>

	* bus/connection.c (bus_connections_expect_reply): Make
	pending reply limit not common to all connections (Bug #5416)
	Patch from Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>


Index: connection.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/connection.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- connection.c	3 Aug 2005 17:42:56 -0000	1.61
+++ connection.c	10 Feb 2006 21:44:15 -0000	1.62
@@ -1606,7 +1606,8 @@
       
       link = _dbus_list_get_next_link (&connections->pending_replies->items,
                                        link);
-      ++count;
+      if (pending->will_get_reply == will_get_reply)
+        ++count;
     }
   
   if (count >=



More information about the dbus-commit mailing list