X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fmulticast-lookup.c;h=c3afcb0094e8fd3391ae3ed15e194dfefcb6a9df;hb=7e80cf6838c15be19cad03aeb80996d03a98921b;hp=4ba48b4e752525b928c106277c23030921244c91;hpb=ac550214812696d5ec68900d02df823d13724e47;p=catta diff --git a/avahi-core/multicast-lookup.c b/avahi-core/multicast-lookup.c index 4ba48b4..c3afcb0 100644 --- a/avahi-core/multicast-lookup.c +++ b/avahi-core/multicast-lookup.c @@ -23,14 +23,18 @@ #include #endif +#include + #include +#include -#include "server.h" +#include "internal.h" #include "browse.h" #include "socket.h" #include "log.h" #include "hashmap.h" #include "multicast-lookup.h" +#include "rr-util.h" struct AvahiMulticastLookup { AvahiMulticastLookupEngine *engine; @@ -112,9 +116,10 @@ AvahiMulticastLookup *avahi_multicast_lookup_new( avahi_querier_add_for_all(e->server, interface, protocol, l->key, &tv); l->queriers_added = 1; - /* add a second */ + /* Add a second */ avahi_timeval_add(&tv, 1000000); + /* Issue the ALL_FOR_NOW event one second after the querier was initially created */ l->all_for_now_event = avahi_time_event_new(e->server->time_event_queue, &tv, all_for_now_callback, l); return l;