summaryrefslogtreecommitdiff
path: root/logger.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2016-06-12 19:36:47 -0700
committerdormando <dormando@rydia.net>2016-06-16 17:14:35 -0700
commitefa436fe5748fd21cff09c58bf090615aa8cc4bd (patch)
tree5e24371938d8f52ee88d383cade4ca413ffd0d38 /logger.h
parent1b03a9c6a443eddcff709b4e7c97dbab3eb9534b (diff)
downloadmemcached-efa436fe5748fd21cff09c58bf090615aa8cc4bd.tar.gz
improve 'watch' command processing a little
moves to its own function, respods "OK\r\n" to client, allows multiple arguments for multiple flags. Needs more thought before adding sampling.
Diffstat (limited to 'logger.h')
-rw-r--r--logger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/logger.h b/logger.h
index 9aa8539..a244fa1 100644
--- a/logger.h
+++ b/logger.h
@@ -58,7 +58,6 @@ typedef struct _logentry {
#define LOG_CONNEVENTS (1<<5) /* new client, closed, etc */
#define LOG_EVICTIONS (1<<6) /* defailts of evicted items */
#define LOG_STRICT (1<<7) /* block worker instead of drop */
-#define LOG_TIME (1<<8) /* log the entry time */
#define LOG_RAWCMDS (1<<9) /* raw ascii commands */
typedef struct _logger {