summaryrefslogtreecommitdiff
path: root/logger.h
diff options
context:
space:
mode:
authorTharanga Gamaethige <tgamaethige@netflix.com>2019-08-14 13:18:07 -0700
committerdormando <dormando@rydia.net>2019-08-27 17:11:06 -0700
commit723ca8bc38ea0194605a0b2cb54cd42737c46dc3 (patch)
tree8163166fb325eeb5c677c45b8e6558af31bbac23 /logger.h
parentdc41d4fa76bc23d81eb81dcad3a12a8e9241dcd2 (diff)
downloadmemcached-723ca8bc38ea0194605a0b2cb54cd42737c46dc3.tar.gz
log client connection id with fetchers and mutations
you can now monitor fetch and mutations of a given client
Diffstat (limited to 'logger.h')
-rw-r--r--logger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/logger.h b/logger.h
index 730c86f..8f4cccf 100644
--- a/logger.h
+++ b/logger.h
@@ -84,6 +84,7 @@ struct logentry_item_get {
uint8_t was_found;
uint8_t nkey;
uint8_t clsid;
+ int sfd;
char key[];
};
@@ -93,6 +94,7 @@ struct logentry_item_store {
rel_time_t ttl;
uint8_t nkey;
uint8_t clsid;
+ int sfd;
char key[];
};