X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=libavahi-core%2Fpsched.c;h=249e279f30795173bb4e25daaa5c88d6b562a8e1;hb=eca309458f9521a2e3276dc11a1792d5f2e227e4;hp=faa2fa9344f9dd9f043aa688c8b14a0738b71a90;hpb=f93eca3530bef2cc23ffe6c3a04493ad171c2aed;p=catta diff --git a/libavahi-core/psched.c b/libavahi-core/psched.c index faa2fa9..249e279 100644 --- a/libavahi-core/psched.c +++ b/libavahi-core/psched.c @@ -1,3 +1,28 @@ +/* $Id$ */ + +/*** + This file is part of avahi. + + avahi is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 2.1 of the + License, or (at your option) any later version. + + avahi is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General + Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with avahi; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. +***/ + +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include "util.h" @@ -68,7 +93,6 @@ void avahi_packet_scheduler_free(AvahiPacketScheduler *s) { AvahiQueryJob *qj; AvahiResponseJob *rj; AvahiProbeJob *pj; - AvahiTimeEvent *e; g_assert(s); @@ -361,7 +385,6 @@ static AvahiResponseJob* response_job_new(AvahiPacketScheduler *s, AvahiRecord * void avahi_packet_scheduler_post_response(AvahiPacketScheduler *s, const AvahiAddress *a, AvahiRecord *record, gboolean flush_cache, gboolean immediately) { AvahiResponseJob *rj; GTimeVal tv; - gchar *t; g_assert(s); g_assert(record); @@ -636,7 +659,6 @@ static void probe_elapse(AvahiTimeEvent *e, gpointer data) { AvahiPacketScheduler *s; AvahiDnsPacket *p; guint n; - guint8 *d; g_assert(pj); s = pj->scheduler;