summaryrefslogtreecommitdiffstats
path: root/tools/apriori/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/apriori/source.h')
-rw-r--r--tools/apriori/source.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/apriori/source.h b/tools/apriori/source.h
index a5d96bd..5381a29 100644
--- a/tools/apriori/source.h
+++ b/tools/apriori/source.h
@@ -62,7 +62,8 @@ struct source_t {
Elf_Data *shstrtab_data;
int elf_fd;
int newelf_fd; /* fd of output file, -1 if output == NULL */
- struct stat elf_file_info;
+ int newelf_relo_fd; /* fd of relocaion output file */
+ struct stat elf_file_info;
GElf_Ehdr elf_hdr, oldelf_hdr;
size_t shstrndx;
int shnum; /* number of sections */