]> git.meshlink.io Git - catta/blobdiff - server.h
fold local.c into iface.c
[catta] / server.h
index 4134638dd6fd88d5dae95d787f9bf1142d4c076c..daaa815ebd967cc129f63b2f8a81494762ebb3b0 100644 (file)
--- 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);