X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=server.h;h=63f2bf6557704d4ae32fae456c5fba070a17c469;hb=f0f4bb0c37eeed71934e3191cffa5afb1cfdca0d;hp=982143b038bf48d56222b76aa3a38efd5fb49c2d;hpb=0781d5363fb6fd723a2316fc7558aef6439b2f71;p=catta diff --git a/server.h b/server.h index 982143b..63f2bf6 100644 --- a/server.h +++ b/server.h @@ -43,6 +43,12 @@ struct _flxServer { flxTimeEventQueue *time_event_queue; gchar *hostname; + + gint fd_ipv4, fd_ipv6; + + GPollFD pollfd_ipv4, pollfd_ipv6; + GSource *source; + };