summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libelfu/modeltypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libelfu/modeltypes.h b/include/libelfu/modeltypes.h
index c02eb34..961f904 100644
--- a/include/libelfu/modeltypes.h
+++ b/include/libelfu/modeltypes.h
@@ -12,7 +12,8 @@ typedef struct ElfuScn {
Elf_Data data;
- struct ElfuScn *link;
+ struct ElfuScn *linkptr;
+ struct ElfuScn *infoptr;
CIRCLEQ_ENTRY(ElfuScn) elemPhdrToScn;
CIRCLEQ_ENTRY(ElfuScn) elem;