diff options
Diffstat (limited to 'src/base.h')
-rw-r--r-- | src/base.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -229,6 +229,7 @@ typedef struct { FAMConnection *fam; int fam_fcce_ndx; #endif + buffer *hash_key; /* temp-store for the hash-key */ } stat_cache; typedef struct { @@ -407,7 +408,7 @@ typedef struct { #ifdef USE_OPENSSL SSL *ssl; - int is_ssl_error_want; + buffer *ssl_error_want_reuse_buffer; #endif } connection; |