summaryrefslogtreecommitdiff
path: root/src/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base.h')
-rw-r--r--src/base.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base.h b/src/base.h
index 654f2ed..15caee0 100644
--- a/src/base.h
+++ b/src/base.h
@@ -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;