From: Havoc Pennington Date: Mon, 5 May 2003 19:12:58 +0000 (+0000) Subject: add note to TODO about serial numbers X-Git-Tag: dbus-0.11~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a1ff66c3374a4f60536e83a19b343e3700125f;p=thirdparty%2Fdbus.git add note to TODO about serial numbers --- diff --git a/doc/TODO b/doc/TODO index 886d2b001..541135167 100644 --- a/doc/TODO +++ b/doc/TODO @@ -54,3 +54,8 @@ - write a DTD for the dbus-daemon-1 configuration file - build and install the Doxygen manual in Makefile when --enable-docs + + - if you send the same message to multiple connections, the serial number + will only be right for one of them. Probably need to just write() the serial + number, rather than putting it in the DBusMessage, or something. +