summaryrefslogtreecommitdiffstats
path: root/libavahi-core/psched.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavahi-core/psched.c')
-rw-r--r--libavahi-core/psched.c24
1 files changed, 21 insertions, 3 deletions
diff --git a/libavahi-core/psched.c b/libavahi-core/psched.c
index faa2fa9..03b065b 100644
--- a/libavahi-core/psched.c
+++ b/libavahi-core/psched.c
@@ -1,3 +1,24 @@
+/* $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.
+***/
+
#include <string.h>
#include "util.h"
@@ -68,7 +89,6 @@ void avahi_packet_scheduler_free(AvahiPacketScheduler *s) {
AvahiQueryJob *qj;
AvahiResponseJob *rj;
AvahiProbeJob *pj;
- AvahiTimeEvent *e;
g_assert(s);
@@ -361,7 +381,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 +655,6 @@ static void probe_elapse(AvahiTimeEvent *e, gpointer data) {
AvahiPacketScheduler *s;
AvahiDnsPacket *p;
guint n;
- guint8 *d;
g_assert(pj);
s = pj->scheduler;