summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
authorKevin Lin <developer@kevinlin.info>2020-03-15 15:29:27 -0700
committerdormando <dormando@rydia.net>2020-03-16 19:36:40 -0700
commit2168ac837281ca1aa235a4839ea63bceae2e0579 (patch)
tree9b6c3d6ab8408b311a10b255e7f837ffa62f08a6 /memcached.h
parent9a4aa776f83cd38b7672b5edca30d3a83d97959f (diff)
downloadmemcached-2168ac837281ca1aa235a4839ea63bceae2e0579.tar.gz
ssl_errors stat
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/memcached.h b/memcached.h
index 75d9724..a3ddd88 100644
--- a/memcached.h
+++ b/memcached.h
@@ -356,6 +356,9 @@ struct stats {
uint64_t extstore_compact_rescues; /* items re-written during compaction */
uint64_t extstore_compact_skipped; /* unhit items skipped during compaction */
#endif
+#ifdef TLS
+ uint64_t ssl_handshake_errors; /* TLS failures at accept/handshake time */
+#endif
struct timeval maxconns_entered; /* last time maxconns entered */
};