X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/8eebd22198133e95ce25af1dd15dead0a5389371..7d2c1789c5a8ccf8a767fb11082bff34c1b7c5aa:/proxy.h diff --git a/proxy.h b/proxy.h index 43d92cb0..c74c89c8 100644 --- a/proxy.h +++ b/proxy.h @@ -80,24 +80,6 @@ struct Socket_proxy_tag { /* accepting */ void *accepting_sock; - /* spin locks, for the critical switch from negotiating - * to active state. we have to dump all of our pending - * buffers without new events (read, writes, etc) corrupting - * things. we should not have built up a large amount of - * pending data during negotiation, so hopefully this will - * not have a large effect on performance. - */ - - char lock_close; - char lock_write; - char lock_write_oob; - char lock_receive; - char lock_flush; - char lock_closing; - char lock_sent; - char lock_accepting; - char lock_freeze; - }; typedef struct Plug_proxy_tag * Proxy_Plug;