comparison libpurple/protocols/bonjour/mdns_types.h @ 17790: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
comparison
equal deleted inserted replaced
17782:5eebb9b24e30 17790:a8aa651f341f
36 { 36 {
37 #ifdef USE_BONJOUR_APPLE 37 #ifdef USE_BONJOUR_APPLE
38 DNSServiceRef advertisement; 38 DNSServiceRef advertisement;
39 DNSServiceRef browser; 39 DNSServiceRef browser;
40 40
41 int advertisement_fd; /* hack... windows bonjour is broken, so we have to have this */ 41 int advertisement_handler; /* hack... windows bonjour is broken, so we have to have this */
42 #else /* USE_BONJOUR_HOWL */ 42 #else /* USE_BONJOUR_HOWL */
43 sw_discovery session; 43 sw_discovery session;
44 sw_discovery_oid session_id; 44 sw_discovery_oid session_id;
45 #endif 45 #endif
46 46