diff libpurple/protocols/bonjour/mdns_types.h @ 17552:a8aa651f341f

advertisment_fd is an input handler, not a fd; name it accurately to avoid confusion.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 08 Jun 2007 05:06:47 +0000
parents c96b085ddf5c
children ed1def07d86e
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/mdns_types.h	Thu Jun 07 14:47:30 2007 +0000
+++ b/libpurple/protocols/bonjour/mdns_types.h	Fri Jun 08 05:06:47 2007 +0000
@@ -38,7 +38,7 @@
 	DNSServiceRef advertisement;
 	DNSServiceRef browser;
 
-	int advertisement_fd; /* hack... windows bonjour is broken, so we have to have this */
+	int advertisement_handler; /* hack... windows bonjour is broken, so we have to have this */
 #else /* USE_BONJOUR_HOWL */
 	sw_discovery session;
 	sw_discovery_oid session_id;