When attaching counters to messages, don't automatically notify callbacks
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 25 Feb 2011 17:21:44 +0000 (17:21 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 28 Jul 2011 17:23:27 +0000 (18:23 +0100)
commitab3984d327f83015b0a0a1c7743de583811df760
tree6a5c35388218dce8db7360868fe474253169107a
parent6310774e98a51a4a2ec550e39ba3e1a58f2d0caa
When attaching counters to messages, don't automatically notify callbacks

In all the places where counters are added, we're under a lock. The caller
knows what effect adding the counter might have, and can replicate it
in a lock-safe way if necessary.

Reviewed-by: Colin Walters <walters@verbum.org>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34393
dbus/dbus-connection.c
dbus/dbus-message.c
dbus/dbus-transport.c