summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
authorChristian Beier <[email protected]>2012-02-27 15:19:52 +0100
committerChristian Beier <[email protected]>2012-02-27 15:19:52 +0100
commite7dfd0a9d66637ff9ee33132a6f0bd07083aec86 (patch)
tree086805c609eae5ee31d1a64d5c0bcc998d4ea15b /rfb
parent0e74b5db9af7a19ce4fee4bc166040cb3a50108e (diff)
downloadlibtdevnc-e7dfd0a9d66637ff9ee33132a6f0bd07083aec86.tar.gz
libtdevnc-e7dfd0a9d66637ff9ee33132a6f0bd07083aec86.zip
IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, too.
As done with the RFB sockets, this uses a separate-socket approach as well.
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;