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 */