summaryrefslogtreecommitdiff
path: root/sizes.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-09-26 14:43:17 -0700
committerdormando <dormando@rydia.net>2017-11-28 14:18:05 -0800
commitf593a59bce69f917514ef6213cf565c71bddcf8c (patch)
tree4a5dc07433e97b089f46a913b5367aa5d52c059a /sizes.c
parente6239a905d072e837baa8aa425ca0ccee2fc3e01 (diff)
downloadmemcached-f593a59bce69f917514ef6213cf565c71bddcf8c.tar.gz
external storage base commit
been squashing reorganizing, and pulling code off to go upstream ahead of merging the whole branch.
Diffstat (limited to 'sizes.c')
-rw-r--r--sizes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sizes.c b/sizes.c
index 95a644c..4fb5388 100644
--- a/sizes.c
+++ b/sizes.c
@@ -16,6 +16,9 @@ int main(int argc, char **argv) {
display("Settings", sizeof(struct settings));
display("Item (no cas)", sizeof(item));
display("Item (cas)", sizeof(item) + sizeof(uint64_t));
+#ifdef EXTSTORE
+ display("extstore header", sizeof(item_hdr));
+#endif
display("Libevent thread",
sizeof(LIBEVENT_THREAD) - sizeof(struct thread_stats));
display("Connection", sizeof(conn));