summaryrefslogtreecommitdiff
path: root/logger.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-06-20 17:30:21 -0700
committerdormando <dormando@rydia.net>2017-06-23 01:12:53 -0700
commit5c43b80577a3dcdd47df9221ef42e5af22c1c641 (patch)
tree07589085149f453bf5db0d1cf11072ce98abb471 /logger.h
parentdee6557c47e94953d230456569e9ba4974c441d1 (diff)
downloadmemcached-5c43b80577a3dcdd47df9221ef42e5af22c1c641.tar.gz
add a real slab automover algorithm
converts the python script to C, more or less.
Diffstat (limited to 'logger.h')
-rw-r--r--logger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logger.h b/logger.h
index 9e4a385..cd3dcbd 100644
--- a/logger.h
+++ b/logger.h
@@ -19,6 +19,7 @@ enum log_entry_type {
LOGGER_ITEM_GET,
LOGGER_ITEM_STORE,
LOGGER_CRAWLER_STATUS,
+ LOGGER_SLAB_MOVE,
};
enum log_entry_subtype {