]> git.meshlink.io Git - catta/blobdiff - server.h
add infrastrtcur for creating and sending DNS packets
[catta] / server.h
index 982143b038bf48d56222b76aa3a38efd5fb49c2d..b1cc57bbad2dfdc6a464091abb99e4985f4ea325 100644 (file)
--- a/server.h
+++ b/server.h
@@ -43,6 +43,8 @@ struct _flxServer {
     flxTimeEventQueue *time_event_queue;
     
     gchar *hostname;
+
+    gint fd_ipv4, fd_ipv6;
 };