summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
Diffstat (limited to 'rfb')
-rw-r--r--rfb/rfb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rfb/rfb.h b/rfb/rfb.h
index 9e9fbfe..bf4e011 100644
--- a/rfb/rfb.h
+++ b/rfb/rfb.h
@@ -383,6 +383,8 @@ typedef struct _rfbScreenInfo
don't support dual binding sockets under *any* circumstances, for
instance OpenBSD */
SOCKET listen6Sock;
+ int http6Port;
+ SOCKET httpListen6Sock;
} rfbScreenInfo, *rfbScreenInfoPtr;