diff options
author | Gernot Tenchio <gernot.tenchio@securepoint.de> | 2011-08-16 14:02:39 +0200 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2011-08-17 12:46:30 +0200 |
commit | 297072a691970fb7e2cd379b62f52f30d5988592 (patch) | |
tree | 1a8a7dbe364a5af99dc38d6debd2ca61a5818d07 /rfb/rfb.h | |
parent | b543d48677082cf23b771a4e16ceccccc2f7d9e1 (diff) | |
download | libtdevnc-297072a691970fb7e2cd379b62f52f30d5988592.tar.gz libtdevnc-297072a691970fb7e2cd379b62f52f30d5988592.zip |
websockets: Add wspath member to rfbClientRec
Added wspath member to rfbClientRec which holds the
path component of the initial websocket request.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'rfb/rfb.h')
-rw-r--r-- | rfb/rfb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -645,6 +645,7 @@ typedef struct _rfbClientRec { rfbSslCtx *sslctx; + char *wspath; /* Requests path component */ char encodeBuf[UPDATE_BUF_SIZE*2 + 2]; /* UTF-8 could double it + framing */ char decodeBuf[8192]; /* TODO: what makes sense? */ int dblen; |