summaryrefslogtreecommitdiffstats
path: root/server.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-01-18 00:17:40 +0000
committerLennart Poettering <lennart@poettering.net>2005-01-18 00:17:40 +0000
commitd6e2dbabccb08970da991e6d2b0fda7a56d83e6f (patch)
tree86e41d0c2f761a408e6a2514ee48e62234cdd0f3 /server.h
parent927f8b06fe3550f45c8d7b119acaa77d9b22888c (diff)
fold local.c into iface.c
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@7 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'server.h')
-rw-r--r--server.h9
1 files changed, 7 insertions, 2 deletions
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);