X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=server.h;h=63f2bf6557704d4ae32fae456c5fba070a17c469;hb=f0f4bb0c37eeed71934e3191cffa5afb1cfdca0d;hp=b1cc57bbad2dfdc6a464091abb99e4985f4ea325;hpb=4ba1a4b0b4488e5058af67b789187735b529075e;p=catta diff --git a/server.h b/server.h index b1cc57b..63f2bf6 100644 --- a/server.h +++ b/server.h @@ -45,6 +45,10 @@ struct _flxServer { gchar *hostname; gint fd_ipv4, fd_ipv6; + + GPollFD pollfd_ipv4, pollfd_ipv6; + GSource *source; + };