Update client.h.
This commit is contained in:
parent
62271ba929
commit
c4a6078abd
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue