summaryrefslogtreecommitdiff
path: root/logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'logger.h')
-rw-r--r--logger.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/logger.h b/logger.h
index 48f9954..2092e14 100644
--- a/logger.h
+++ b/logger.h
@@ -53,12 +53,14 @@ struct logentry_eviction {
uint32_t latime;
uint16_t it_flags;
uint8_t nkey;
+ uint8_t clsid;
char key[];
};
struct logentry_item_get {
uint8_t was_found;
uint8_t nkey;
+ uint8_t clsid;
char key[];
};
@@ -67,6 +69,7 @@ struct logentry_item_store {
int cmd;
rel_time_t ttl;
uint8_t nkey;
+ uint8_t clsid;
char key[];
};