]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - proxy.h
Enable xterm mouse reporting of wheel actions in GTK.
[PuTTY_svn.git] / proxy.h
diff --git a/proxy.h b/proxy.h
index 3df21c714d5651bbc3bc6b1bda011f50867c24e0..12b47e16de88d3860faee4ab6d7639a07f77e780 100644 (file)
--- a/proxy.h
+++ b/proxy.h
@@ -30,6 +30,7 @@ struct Socket_proxy_tag {
     bufchain pending_oob_output_data;
     int pending_flush;
     bufchain pending_input_data;
+    int pending_eof;
 
 #define PROXY_STATE_NEW    -1
 #define PROXY_STATE_ACTIVE  0
@@ -77,7 +78,8 @@ struct Socket_proxy_tag {
     int sent_bufsize;
 
     /* accepting */
-    OSSocket accepting_sock;
+    accept_fn_t accepting_constructor;
+    accept_ctx_t accepting_ctx;
 
     /* configuration, used to look up proxy settings */
     Conf *conf;