X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=server.h;fp=server.h;h=daaa815ebd967cc129f63b2f8a81494762ebb3b0;hb=d6e2dbabccb08970da991e6d2b0fda7a56d83e6f;hp=4134638dd6fd88d5dae95d787f9bf1142d4c076c;hpb=927f8b06fe3550f45c8d7b119acaa77d9b22888c;p=catta 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);