diff options
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -240,6 +240,7 @@ struct client { struct proxy *proxy; struct bufferevent *proxybev; struct tls *proxyctx; + int proxyevset; struct event proxyev; char *header; |