summaryrefslogtreecommitdiffstats
path: root/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server.h')
-rw-r--r--server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server.h b/server.h
index 982143b..b1cc57b 100644
--- a/server.h
+++ b/server.h
@@ -43,6 +43,8 @@ struct _flxServer {
flxTimeEventQueue *time_event_queue;
gchar *hostname;
+
+ gint fd_ipv4, fd_ipv6;
};