diff options
author | Havoc Pennington <hp@pobox.com> | 2007-11-08 17:51:15 -0500 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2008-03-04 14:21:42 -0500 |
commit | a37404111be4912cd8b51080bcbe219edded35f5 (patch) | |
tree | b8a804dfd0911a9727661f6c6e0e21b4e3d4b846 /ChangeLog | |
parent | d25151483fe0143354dc188e888a0f2d740df2da (diff) | |
download | dbus-a37404111be4912cd8b51080bcbe219edded35f5.tar.gz |
Make BusExpireList an opaque data type
2007-11-08 Havoc Pennington <hp@redhat.com>
* bus/connection.c, bus/expirelist.c: Make the BusExpireList
struct opaque, adding accessors for manipulating the list. In this
commit there should be no change in functionality or behavior. The
purpose of this change is to improve encapsulation prior to fixing
some bugs Kimmo Hämäläinen found where the timeout is not properly
updated, since we need to e.g. take some action whenever adding
and removing stuff from the expire list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-03-04 Havoc Pennington <hp@redhat.com> + + * bus/connection.c, bus/expirelist.c: Make the BusExpireList + struct opaque, adding accessors for manipulating the list. In this + commit there should be no change in functionality or behavior. The + purpose of this change is to improve encapsulation prior to fixing + some bugs Kimmo Hämäläinen found where the timeout is not properly + updated, since we need to e.g. take some action whenever adding + and removing stuff from the expire list. + 2008-03-04 John (J5) Palmieri <johnp@redhat.com> * fix broken poll on Mac OSX - build patch by Benjamin Reed |