From c4a6078abd28018a83909971a88940267d9102bc Mon Sep 17 00:00:00 2001 From: Valeriy Yatsko Date: Sat, 13 Dec 2008 23:22:12 +0300 Subject: [PATCH] Update client.h. --- include/client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/client.h b/include/client.h index 3349144..31304ee 100644 --- a/include/client.h +++ b/include/client.h @@ -278,6 +278,7 @@ struct LocalUser applicable to this client */ struct _ssl_ctl *ssl_ctl; /* which ssl daemon we're associate with */ + struct _ssl_ctl *z_ctl; /* second ctl for ssl+zlib */ uint32_t localflags; struct ZipStats *zipstats; /* zipstats */ uint16_t cork_count; /* used for corking/uncorking connections */