summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
authorminkikim89 <minkikim89@gmail.com>2020-12-27 15:33:02 +0900
committerdormando <dormando@rydia.net>2021-06-07 21:54:10 -0700
commit02305885e3d9d82fb1cd00a5869ce1fb49cfb62a (patch)
tree45e0bb7f17428bcbd3083ba1c06a0de458806bdb /memcached.h
parent585d03f198c5907c9a07f97fa89bb7b9851a874e (diff)
downloadmemcached-02305885e3d9d82fb1cd00a5869ce1fb49cfb62a.tar.gz
Added debugtime command
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/memcached.h b/memcached.h
index ba2ac59..e07119a 100644
--- a/memcached.h
+++ b/memcached.h
@@ -804,6 +804,11 @@ extern conn **conns;
/* current time of day (updated periodically) */
extern volatile rel_time_t current_time;
+#ifdef MEMCACHED_DEBUG
+extern volatile bool is_paused;
+extern volatile int64_t delta;
+#endif
+
/* TODO: Move to slabs.h? */
extern volatile int slab_rebalance_signal;