~ubuntu-branches/ubuntu/jaunty/avahi/jaunty-updates

« back to all changes in this revision

Viewing changes to avahi-core/browse.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-07-08 01:28:13 UTC
  • mto: (4.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20060708012813-xc3wv6mfmw5b2wi2
Tags: upstream-0.6.11
Import upstream version 0.6.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: browse.c 879 2005-10-26 21:27:40Z lennart $ */
 
1
/* $Id: browse.c 1225 2006-06-21 23:30:47Z lennart $ */
2
2
 
3
3
/***
4
4
  This file is part of avahi.
195
195
    }
196
196
}
197
197
 
198
 
 
199
198
static void lookup_wide_area_callback(
200
199
    AvahiWideAreaLookupEngine *e,
201
200
    AvahiBrowserEvent event,
208
207
 
209
208
    assert(e);
210
209
    assert(l);
 
210
    assert(l->ref >= 1);
211
211
 
212
212
    b = l->record_browser;
213
213
 
422
422
    l->cname_lookups = avahi_rlist_prepend(l->cname_lookups, lookup_ref(n));
423
423
 
424
424
    lookup_go(n);
 
425
    lookup_unref(n);
425
426
}
426
427
 
427
428
static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r) {