summaryrefslogtreecommitdiff
path: root/src/caches/dcache_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caches/dcache_load.c')
-rw-r--r--src/caches/dcache_load.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caches/dcache_load.c b/src/caches/dcache_load.c
index 8f9383f..71d38e0 100644
--- a/src/caches/dcache_load.c
+++ b/src/caches/dcache_load.c
@@ -15,8 +15,8 @@
static inline int dcache_load_node (dcache_t *z, uint64_t max, buffer *b)
{
- tain_t entry = { .nano = 0 } ;
- tain_t expire = { .nano = 0 } ;
+ tain entry = { .nano = 0 } ;
+ tain expire = { .nano = 0 } ;
uint16_t keylen ;
uint16_t datalen ;
char pack[TAI_PACK * 2 + 4] ;