diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-01-18 00:17:40 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-01-18 00:17:40 +0000 |
commit | d6e2dbabccb08970da991e6d2b0fda7a56d83e6f (patch) | |
tree | 86e41d0c2f761a408e6a2514ee48e62234cdd0f3 /server.h | |
parent | 927f8b06fe3550f45c8d7b119acaa77d9b22888c (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.h | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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); |