From d249b69a55f9bf1f3a97627f9cc26bb1cdf673b5 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 28 Feb 2021 22:31:36 +0200 Subject: now with cached list handling! Implemented the last two cached list handling functions required to get this party started. Signed-off-by: Gediminas Jakutis --- src/defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index a0d61cd..faaecd8 100644 --- a/src/defs.h +++ b/src/defs.h @@ -48,6 +48,7 @@ union nextoff { struct entry_l *next; + void *nextaddr; ptrdiff_t offset; int64_t spacer; /* make sure it is 8-byte-alligned on 32 bit pointer systems */ }; -- cgit v1.2.3