From d6e2dbabccb08970da991e6d2b0fda7a56d83e6f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 18 Jan 2005 00:17:40 +0000 Subject: fold local.c into iface.c git-svn-id: file:///home/lennart/svn/public/avahi/trunk@7 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- server.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'server.h') diff --git a/server.h b/server.h index 4134638..daaa815 100644 --- a/server.h +++ b/server.h @@ -1,12 +1,13 @@ #ifndef fooflxserverhfoo #define fooflxserverhfoo +struct _flxEntry; +typedef struct _flxEntry flxEntry; + #include "flx.h" #include "iface.h" #include "prioq.h" -struct _flxEntry; -typedef struct _flxEntry flxEntry; struct _flxEntry { flxRecord rr; gint id; @@ -59,6 +60,10 @@ struct _flxServer { flxPrioQueue *query_job_queue; flxPrioQueue *response_job_queue; + + gint hinfo_rr_id; + + gchar *hostname; }; flxQueryJob* flx_query_job_new(void); -- cgit