summaryrefslogtreecommitdiff
path: root/lib/private-libwebsockets.h
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2011-01-30 20:57:25 +0000
committerAndy Green <andy@warmcat.com>2011-01-30 20:57:25 +0000
commit8014b29d204a57a32bf4006b84af63d436227916 (patch)
tree9948b774e8afcec38525f0f8112521d89b4384f8 /lib/private-libwebsockets.h
parent6a98054a36d65f9f9b6e50040bd19cb963619a99 (diff)
introduce-k-switch-defeat-masking.patch
Signed-off-by: Andy Green <andy@warmcat.com>
Diffstat (limited to 'lib/private-libwebsockets.h')
-rw-r--r--lib/private-libwebsockets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private-libwebsockets.h b/lib/private-libwebsockets.h
index 6a5df59..c2010f9 100644
--- a/lib/private-libwebsockets.h
+++ b/lib/private-libwebsockets.h
@@ -172,6 +172,7 @@ struct libwebsocket_context {
char http_proxy_address[256];
char canonical_hostname[1024];
unsigned int http_proxy_port;
+ unsigned int options;
#ifdef LWS_OPENSSL_SUPPORT
int use_ssl;
SSL_CTX *ssl_ctx;