summaryrefslogtreecommitdiffstats
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h1
1 files changed, 1 insertions, 0 deletions
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 */
};