summaryrefslogtreecommitdiffstats
path: root/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server.h')
-rw-r--r--server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server.h b/server.h
index b1cc57b..4566926 100644
--- a/server.h
+++ b/server.h
@@ -45,6 +45,9 @@ struct _flxServer {
gchar *hostname;
gint fd_ipv4, fd_ipv6;
+
+ GPollFD pollfd_ipv4, pollfd_ipv6;
+ GSource *source;
};