Mercurial > pidgin
diff src/protocols/rendezvous/mdns.c @ 8842:ad3633f92f91
[gaim-migrate @ 9609]
Just clean up one or four things.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 29 Apr 2004 02:42:31 +0000 |
| parents | 01c3db200c8f |
| children | f63abdb00499 |
line wrap: on
line diff
--- a/src/protocols/rendezvous/mdns.c Wed Apr 28 05:14:20 2004 +0000 +++ b/src/protocols/rendezvous/mdns.c Thu Apr 29 02:42:31 2004 +0000 @@ -36,6 +36,14 @@ * One Eyed Willie. */ +/* + * XXX - Store data for NULL ResourceRecords so that rr->rdata contains + * both the length and the data. This length will always be equal to + * rr->rdlength... but it fits in more with the rest of the code. + * rr->rdata should not need a separate length value to determine + * how many bytes it will take. + */ + #include "internal.h" #include "debug.h"
